preset browser widget / lock preset

This commit is contained in:
Paul Lipscomb
2026-06-29 01:49:39 -04:00
parent 0a5cfa88f1
commit 0aad488db5
3 changed files with 392 additions and 63 deletions
+44 -5
View File
@@ -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",