bandTableFor abstract method

BandTable bandTableFor(
  1. AudioSource source
)

The analysed BandTable for audio source — synchronous by contract, so the ReactiveScope can serve it down to the reactive effects.

Only valid after preResolveReactive completed for source; implementations throw on an unresolved source naming it.

Implementation

BandTable bandTableFor(AudioSource source);