21 static const char* getPluginName() {
return NEEDS_TRANS(
"Reverb"); }
22 static const char* xmlTypeName;
25 juce::String getPluginType()
override {
return xmlTypeName; }
26 bool needsConstantBufferSize()
override {
return false; }
28 void initialise (
const PluginInitialisationInfo&)
override;
30 void reset()
override;
37 void setRoomSize (
float value);
40 void setDamp (
float value);
43 void setWet (
float value);
46 void setDry (
float value);
49 void setWidth (
float value);
52 void setMode (
float value);
56 dryValue, widthValue, modeValue;
59 dryParam, widthParam, modeParam;
62 bool outputSilent =
true;
The context passed to plugin render methods to provide it with buffers to fill.