mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Update juce
This commit is contained in:
parent
ce436e492f
commit
d855de55e5
3 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ Editor::Editor (WavetableAudioProcessor& proc_)
|
|||
return true;
|
||||
return false;
|
||||
};
|
||||
fx.onOrderChanged = [this]
|
||||
fx.onOrderChanged = [this] (int, int)
|
||||
{
|
||||
proc.fxParams.fx1->setUserValue (fx.getChildComponent(0)->getProperties()["fxId"]);
|
||||
proc.fxParams.fx2->setUserValue (fx.getChildComponent(1)->getProperties()["fxId"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue