44 bool deleteInputWhenDeleted);
56 void setBypassed (
bool isBypassed)
noexcept;
57 bool isBypassed() const noexcept {
return bypass; }
60 void prepareToPlay (
int samplesPerBlockExpected,
double sampleRate)
override;
61 void releaseResources()
override;
62 void getNextAudioBlock (
const AudioSourceChannelInfo&)
override;
67 OptionalScopedPointer<AudioSource> input;
Base class for objects that can produce a continuous stream of audio.
An AudioSource that uses the Reverb class to apply a reverb to another AudioSource.
const Reverb::Parameters & getParameters() const noexcept
Returns the parameters from the reverb.
Holds the parameters being used by a Reverb object.