Add retrig to OSCs

This commit is contained in:
Roland Rabien 2023-10-03 08:11:07 -07:00
commit 73b34ded3f
6 changed files with 13 additions and 7 deletions

View file

@ -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 },