initial commit
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"__last_used__": "test1",
|
||||
"presets": {
|
||||
"test1": {
|
||||
"midi_port": "Microsoft GS Wavetable Synth 0",
|
||||
"midi_input": "MPKmini2 1",
|
||||
"transport_port": "Microsoft GS Wavetable Synth 0",
|
||||
"faders": [
|
||||
{
|
||||
"uid": "5ca2258a-24da-41b1-8d4a-464b52fc620a",
|
||||
"label": "Fader 1",
|
||||
"cc": 1,
|
||||
"value": 102,
|
||||
"color": "Green",
|
||||
"pickup": false,
|
||||
"last_sent": 102,
|
||||
"hw_cc": null,
|
||||
"zone": null,
|
||||
"center_index": null,
|
||||
"zone_index": null
|
||||
}
|
||||
],
|
||||
"toggles": [
|
||||
{
|
||||
"uid": "2e87ec73-fcdc-4e7f-841b-9b701d03a576",
|
||||
"label": "Toggle 1",
|
||||
"cc": 20,
|
||||
"state": false,
|
||||
"color": "Blue",
|
||||
"zone": null,
|
||||
"center_index": null,
|
||||
"zone_index": null,
|
||||
"hw_cc": null
|
||||
}
|
||||
],
|
||||
"transports": [
|
||||
{
|
||||
"uid": "c5e25c55-f0b3-464f-aba9-7ff44963543b",
|
||||
"label": "Play",
|
||||
"cc": 117,
|
||||
"state": false,
|
||||
"color": "Green",
|
||||
"zone": null,
|
||||
"center_index": null,
|
||||
"zone_index": null,
|
||||
"hw_cc": null,
|
||||
"output_mode": "osc",
|
||||
"osc_addr": "/play",
|
||||
"trigger_mode": "toggle"
|
||||
},
|
||||
{
|
||||
"uid": "2b2b4e59-643a-44dc-ad54-71f565ad3bc7",
|
||||
"label": "Stop",
|
||||
"cc": 116,
|
||||
"state": false,
|
||||
"color": "Yellow",
|
||||
"zone": null,
|
||||
"center_index": null,
|
||||
"zone_index": null,
|
||||
"hw_cc": null,
|
||||
"output_mode": "osc",
|
||||
"osc_addr": "/play",
|
||||
"trigger_mode": "toggle"
|
||||
},
|
||||
{
|
||||
"uid": "b2b81948-59c9-4b1f-b185-d7ab244a195b",
|
||||
"label": "Record",
|
||||
"cc": 118,
|
||||
"state": false,
|
||||
"color": "Red",
|
||||
"zone": null,
|
||||
"center_index": null,
|
||||
"zone_index": null,
|
||||
"hw_cc": null,
|
||||
"output_mode": "osc",
|
||||
"osc_addr": "/play",
|
||||
"trigger_mode": "toggle"
|
||||
},
|
||||
{
|
||||
"uid": "e27dec15-9de0-4eb6-a776-d3d4bc216cb8",
|
||||
"label": "Arm",
|
||||
"cc": 119,
|
||||
"state": false,
|
||||
"color": "Red",
|
||||
"zone": null,
|
||||
"center_index": null,
|
||||
"zone_index": null,
|
||||
"hw_cc": null,
|
||||
"output_mode": "osc",
|
||||
"osc_addr": "/play",
|
||||
"trigger_mode": "toggle"
|
||||
}
|
||||
],
|
||||
"browser": {
|
||||
"back_cc": 22,
|
||||
"fwd_cc": 23
|
||||
},
|
||||
"osc": {
|
||||
"ip": "127.0.0.1",
|
||||
"listen_port": 9000,
|
||||
"send_port": 8000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user