Rename capture enabled parameter constant. Implemented incredibly nasty hack to prevent hosts like Reaper from enabling the capture when recalling undo states. Even this doesn't fully work, additional undo history states are still added, but at least it looks like the capture enabled state won't be recalled...
This commit is contained in:
@ -91,6 +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