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
|
|
@ -71,7 +71,8 @@
|
|||
[
|
||||
{ "id": "step", "x": 0, "y": 23, "r": "parW()", "h": 83 },
|
||||
{ "id": "Beat", "x": 67, "y": 106, "w": 42, "h": 57 },
|
||||
{ "id": "Length", "x": "prevR()", "y": "prevY()", "w": 42, "h": 57 }
|
||||
{ "id": "Length", "x": "prevR()", "y": "prevY()", "w": 42, "h": 57 },
|
||||
{ "id": "Retrig", "r": "getR('step') - 3", "y": "getY('step') + 3", "w": 12, "h": 12 }
|
||||
] },
|
||||
{ "id": "mod", "x": "prevR()+1", "y": "prevY()", "r": "parW()", "h": 163, "children":
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue