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

@ -1 +1 @@
Subproject commit ed9a6caea6f7bf2ac7eaa9ba0d64e6de79e6d78b
Subproject commit ed056af30b69eaa5c0373493ba5d172d2b267cdf

@ -1 +1 @@
Subproject commit d054f0d14dcac387aebda44ce5d792b5e7a625b3
Subproject commit 0637f78bf623b68132bd91a250073d8ae86be4be

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