mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Pink noise
This commit is contained in:
parent
bc20b38624
commit
95aac485c7
6 changed files with 20 additions and 5 deletions
|
|
@ -4,13 +4,14 @@
|
|||
{ "id": "osc[1..2]", "x": "0,prevR()+1", "y": 0, "w": "parW()/2", "h": 163 },
|
||||
{ "id": "noise", "x": "0", "y": "prevB()+1", "w": 120, "h": 163, "children":
|
||||
[
|
||||
{ "id": "Level", "x": 0, "y": "23 + 35", "w": 56, "h": 70 },
|
||||
{ "id": "Type", "x": "56/2", "y": 23, "w": 56, "h": 70 },
|
||||
{ "id": "Level", "x": 0, "y": "prevB()", "w": 56, "h": 70 },
|
||||
{ "id": "Pan", "x": "prevR()", "y": "prevY()", "w": 56, "h": 70 }
|
||||
]
|
||||
},
|
||||
{ "id": "sub", "x": "prevR()+1", "y": "prevY()", "w": 112, "h": 163, "children":
|
||||
[
|
||||
{ "id": "Wave", "x": 0, "y": 23, "w": 56, "h": 70 },
|
||||
{ "id": "Wave", "x": "56", "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 },
|
||||
{ "id": "Pan", "x": "prevR()", "y": "prevY()", "w": 56, "h": 70 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue