|
|
@@ -195,7 +195,7 @@ public: |
|
|
|
/*! |
|
|
|
* Get the plugin's category (delay, filter, synth, etc). |
|
|
|
*/ |
|
|
|
virtual PluginCategory category() const |
|
|
|
virtual PluginCategory category() |
|
|
|
{ |
|
|
|
return PLUGIN_CATEGORY_NONE; |
|
|
|
} |
|
|
@@ -612,7 +612,7 @@ public: |
|
|
|
* \param sendCallback Send message change to registered callback |
|
|
|
* \param block Block the audio callback |
|
|
|
*/ |
|
|
|
virtual void setProgram(const int32_t index, const bool sendGui, const bool sendOsc, const bool sendCallback); |
|
|
|
virtual void setProgram(int32_t index, const bool sendGui, const bool sendOsc, const bool sendCallback); |
|
|
|
|
|
|
|
/*! |
|
|
|
* Change the current MIDI plugin program to \a index. |
|
|
@@ -626,7 +626,7 @@ public: |
|
|
|
* \param sendCallback Send message change to registered callback |
|
|
|
* \param block Block the audio callback |
|
|
|
*/ |
|
|
|
virtual void setMidiProgram(const int32_t index, const bool sendGui, const bool sendOsc, const bool sendCallback); |
|
|
|
virtual void setMidiProgram(int32_t index, const bool sendGui, const bool sendOsc, const bool sendCallback); |
|
|
|
|
|
|
|
/*! |
|
|
|
* This is an overloaded call to setMidiProgram().\n |
|
|
|