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