Don't switch ui tabs when loading presets

This commit is contained in:
Roland Rabien 2023-10-05 06:52:46 -07:00
commit 76445cd97f
4 changed files with 12 additions and 1 deletions

View file

@ -287,6 +287,7 @@ public:
juce::Random rng;
private:
bool isParamLocked (gin::Parameter* p) override;
float getSmoothingTime (gin::Parameter*);
//==============================================================================