mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Add retrigger to step lfo
This commit is contained in:
parent
e698e29a59
commit
4dd62bf66f
7 changed files with 10 additions and 6 deletions
|
|
@ -407,6 +407,8 @@ public:
|
|||
g->setParams (prs.beat, prs.length, prs.level, prs.enable);
|
||||
addControl (g, 0, 0, 4, 1);
|
||||
|
||||
addControl (new gin::SVGPluginButton (prs.retrig, gin::Assets::retrigger));
|
||||
|
||||
setSize (112, 163);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue