preset browser widget / lock preset
This commit is contained in:
+44
-5
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"__last_used__": "preset1",
|
||||
"__last_used__": "preset5",
|
||||
"presets": {
|
||||
"preset1": {
|
||||
"faders": [
|
||||
@@ -231,14 +231,29 @@
|
||||
],
|
||||
"toggles": [],
|
||||
"browser": {
|
||||
"back_cc": 22,
|
||||
"fwd_cc": 23
|
||||
"back": {
|
||||
"label": "Back",
|
||||
"cc": 22,
|
||||
"ch": 1,
|
||||
"hw_cc": null,
|
||||
"hw_channel": null,
|
||||
"trigger_mode": "momentary"
|
||||
},
|
||||
"fwd": {
|
||||
"label": "Fwd",
|
||||
"cc": 23,
|
||||
"ch": 1,
|
||||
"hw_cc": null,
|
||||
"hw_channel": null,
|
||||
"trigger_mode": "momentary"
|
||||
}
|
||||
},
|
||||
"preset_uuid": "e658b6bf-4bb7-4d68-bd8b-07775ee80c53",
|
||||
"show_hide": {
|
||||
"fader": false,
|
||||
"toggle": false,
|
||||
"transport": false
|
||||
"transport": true,
|
||||
"browser": true
|
||||
}
|
||||
},
|
||||
"whatever": {
|
||||
@@ -367,6 +382,30 @@
|
||||
"toggle": false,
|
||||
"transport": false
|
||||
}
|
||||
},
|
||||
"new preset browser shit": {
|
||||
"faders": [],
|
||||
"toggles": [],
|
||||
"preset_uuid": "",
|
||||
"browser": {
|
||||
"back": {
|
||||
"label": "Back",
|
||||
"cc": 22,
|
||||
"ch": 1,
|
||||
"hw_cc": null,
|
||||
"hw_channel": null,
|
||||
"trigger_mode": "momentary"
|
||||
},
|
||||
"fwd": {
|
||||
"label": "Fwd",
|
||||
"cc": 23,
|
||||
"ch": 1,
|
||||
"hw_cc": null,
|
||||
"hw_channel": null,
|
||||
"trigger_mode": "momentary"
|
||||
}
|
||||
},
|
||||
"show_hide": {}
|
||||
}
|
||||
},
|
||||
"transport_preset": [
|
||||
@@ -427,7 +466,7 @@
|
||||
"trigger_mode": "momentary"
|
||||
}
|
||||
],
|
||||
"transport_show_hide": false,
|
||||
"transport_show_hide": true,
|
||||
"io_config": {
|
||||
"midi_out": "Not Connected",
|
||||
"midi_in": "VMPK Output",
|
||||
|
||||
Reference in New Issue
Block a user