mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Add retrig to OSCs
This commit is contained in:
parent
99b2d2b102
commit
73b34ded3f
6 changed files with 13 additions and 7 deletions
|
|
@ -24,6 +24,7 @@ public:
|
|||
|
||||
addEnable (osc.enable);
|
||||
|
||||
addControl (new gin::SVGPluginButton (osc.retrig, gin::Assets::retrigger));
|
||||
addControl (new gin::Knob (osc.pos));
|
||||
addControl (new gin::Knob (osc.tune, true));
|
||||
addControl (new gin::Knob (osc.finetune, true));
|
||||
|
|
@ -205,6 +206,7 @@ public:
|
|||
|
||||
addEnable (sub.enable);
|
||||
|
||||
addControl (new gin::SVGPluginButton (sub.retrig, gin::Assets::retrigger));
|
||||
addControl (new gin::Knob (sub.tune, true), 0, 0);
|
||||
addControl (new gin::Knob (sub.level), 1, 0);
|
||||
addControl (new gin::Knob (sub.pan, true), 0, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue