Update juce

This commit is contained in:
Roland Rabien 2024-01-22 21:43:19 -08:00
commit d855de55e5
3 changed files with 3 additions and 3 deletions

View file

@ -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"]);