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
|
|
@ -119,7 +119,7 @@ public:
|
|||
{
|
||||
StepLFOParams() = default;
|
||||
|
||||
gin::Parameter::Ptr enable, beat, length;
|
||||
gin::Parameter::Ptr enable, beat, length, retrig;
|
||||
gin::Parameter::Ptr level[Cfg::numStepLFOSteps] = { nullptr };
|
||||
|
||||
void setup (WavetableAudioProcessor& p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue