|
|
@@ -1116,6 +1116,11 @@ public: |
|
|
/** This method is called when the layout of the audio processor changes. */
|
|
|
/** This method is called when the layout of the audio processor changes. */
|
|
|
virtual void processorLayoutsChanged();
|
|
|
virtual void processorLayoutsChanged();
|
|
|
|
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
|
|
|
/** LV2 specific calls, saving/restore as string. */
|
|
|
|
|
|
virtual String getStateInformationString () { return String(); }
|
|
|
|
|
|
virtual void setStateInformationString (const String&) {}
|
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
//==============================================================================
|
|
|
/** Adds a listener that will be called when an aspect of this processor changes. */
|
|
|
/** Adds a listener that will be called when an aspect of this processor changes. */
|
|
|
virtual void addListener (AudioProcessorListener* newListener);
|
|
|
virtual void addListener (AudioProcessorListener* newListener);
|
|
|
@@ -1200,6 +1205,7 @@ public: |
|
|
wrapperType_AudioUnitv3,
|
|
|
wrapperType_AudioUnitv3,
|
|
|
wrapperType_RTAS,
|
|
|
wrapperType_RTAS,
|
|
|
wrapperType_AAX,
|
|
|
wrapperType_AAX,
|
|
|
|
|
|
wrapperType_LV2,
|
|
|
wrapperType_Standalone,
|
|
|
wrapperType_Standalone,
|
|
|
wrapperType_Unity
|
|
|
wrapperType_Unity
|
|
|
};
|
|
|
};
|
|
|
|