mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix for GenericAudioProcessorEditor parameter changes.
This commit is contained in:
parent
08ca3ac5a7
commit
9961c990bb
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ private:
|
|||
const float newVal = (float) getValue();
|
||||
|
||||
if (owner.getParameter (index) != newVal)
|
||||
owner.setParameter (index, newVal);
|
||||
owner.setParameterNotifyingHost (index, newVal);
|
||||
}
|
||||
|
||||
String getTextFromValue (double /*value*/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue