Reverted Capture parameter to a normal parameter to again allow host MIDI learn etc. It is now instead ignored when saving the state tree. This may not fix the parameter being recalled when undoing in all hosts but this is the best that can be done with the plugin format limitations at this point.
This commit is contained in:
@ -91,7 +91,7 @@ public:
|
||||
void setHighLighted(bool b);
|
||||
int m_group_id = -1;
|
||||
Slider* getSlider() { return m_slider.get(); }
|
||||
bool* m_nonparamstate = nullptr;
|
||||
|
||||
private:
|
||||
Label m_label;
|
||||
AudioProcessorParameter* m_par = nullptr;
|
||||
|
Reference in New Issue
Block a user