Skip to content

Commit

Permalink
Add a proper layout for nimbus
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 28, 2024
1 parent b89a4aa commit 39492dd
Showing 1 changed file with 168 additions and 1 deletion.
169 changes: 168 additions & 1 deletion src-ui/json-layout/bus-effects/nimbus.json
Original file line number Diff line number Diff line change
@@ -1 +1,168 @@
{}
{
"defaults": {
"coordinate-system": "relative",
"component": "knob"
},
"components": [
{
"coordinates": [
0.04,
0.235,
0.25,
0.25
],
"label": "Position",
"index": 2
},
{
"coordinates": [
0.37,
0.235,
0.25,
0.25
],
"label": "Size",
"index": 3
},
{
"coordinates": [
0.71,
0.235,
0.25,
0.25
],
"label": "Pitch",
"index": 4
},
{
"component": "subheader",
"label": "Model",
"coordinates": [
0.03,
0.0,
0.45,
0.08
]
},
{
"index": 0,
"component": "menubutton",
"coordinates": [
0.03,
0.08,
0.44,
0.1
]
},
{
"component": "subheader",
"label": "Quality",
"coordinates": [
0.53,
0.0,
0.44,
0.08
]
},
{
"index": 1,
"component": "menubutton",
"coordinates": [
0.53,
0.08,
0.44,
0.1
]
},
{
"coordinates": [
0.04,
0.61,
0.25,
0.25
],
"label": "Density",
"index": 5
},
{
"coordinates": [
0.37,
0.61,
0.25,
0.25
],
"label": "Texture",
"index": 6
},
{
"coordinates": [
0.71,
0.61,
0.25,
0.25
],
"label": "Spread",
"index": 7
},
{
"component": "subheader",
"coordinates": [
0.025,
0.98,
0.45,
0.06
],
"label": "Playback"
},
{
"coordinates": [
0.025,
1.05,
0.2,
0.2
],
"label": "Freeze",
"index": 8
},
{
"coordinates": [
0.275,
1.05,
0.2,
0.2
],
"label": "Feedback",
"index": 9
},
{
"component": "subheader",
"coordinates": [
0.525,
0.98,
0.45,
0.06
],
"label": "Output"
},
{
"coordinates": [
0.525,
1.05,
0.2,
0.2
],
"label": "Reverb",
"index": 10
},
{
"coordinates": [
0.775,
1.05,
0.2,
0.2
],
"label": "Mix",
"index": 11
}
]
}

0 comments on commit 39492dd

Please sign in to comment.