Add retrigger to step lfo

This commit is contained in:
Roland Rabien 2023-09-28 08:16:31 -07:00
commit 4dd62bf66f
7 changed files with 10 additions and 6 deletions

View file

@ -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);
}