mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Add retrig to OSCs
This commit is contained in:
parent
99b2d2b102
commit
73b34ded3f
6 changed files with 13 additions and 7 deletions
|
|
@ -3,6 +3,7 @@
|
|||
[
|
||||
{ "id": "osc[1..2]", "x": "0,prevR()+1", "y": 0, "w": "parW()/2", "h": 163, "children":
|
||||
[
|
||||
{ "id": "Retrig", "r": "parW() - 6", "y": 6, "w": 12, "h": 12 },
|
||||
{ "id": "Pos", "x": 0, "y": 23, "w": 56, "h": 70 },
|
||||
{ "id": "Tune", "x": "prevR()", "y": 23, "w": 56, "h": 70 },
|
||||
{ "id": "Fine", "x": "prevR()", "y": 23, "w": 56, "h": 70 },
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
},
|
||||
{ "id": "sub", "x": "prevR()+1", "y": "prevY()", "w": 112, "h": 163, "children":
|
||||
[
|
||||
{ "id": "Retrig", "r": "parW() - 6", "y": 6, "w": 12, "h": 12 },
|
||||
{ "id": "Wave", "x": 0, "y": 23, "w": 56, "h": 70 },
|
||||
{ "id": "Tune", "x": "prevR()", "y": 23, "w": 56, "h": 70 },
|
||||
{ "id": "Level", "x": 0, "y": "prevB()", "w": 56, "h": 70 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue