P4: Production hardening — reconnect, auto-scene-load, service cleanup

This commit is contained in:
2026-06-23 13:27:06 -04:00
parent d19e0ea7a8
commit 84cad11745
21 changed files with 2458 additions and 363 deletions
+71
View File
@@ -0,0 +1,71 @@
{
"scenes": [
{
"id": "577604f4-de57-45e2-bb26-4396dabb5770",
"name": "Production Test",
"createdAt": 1782235528.6320288,
"state": {
"buses": [
{
"id": 1,
"mute": false,
"name": "Master",
"type": "Master",
"volume": 0.0
}
],
"channels": [
{
"auxSendLevels": [],
"channelIndex": 0,
"hpEnabled": false,
"hpFrequency": 80.0,
"label": "Input 1",
"mute": false,
"pan": 0.0,
"solo": false,
"type": "Instrument",
"volume": -96.0
},
{
"auxSendLevels": [],
"channelIndex": 1,
"hpEnabled": false,
"hpFrequency": 80.0,
"label": "Input 2",
"mute": false,
"pan": 0.0,
"solo": false,
"type": "Instrument",
"volume": -96.0
}
],
"outputRoutes": [
{
"channels": 2,
"sourceBusId": 1,
"sourceStartChannel": 0,
"targetStartChannel": 0
}
],
"physicalInputCount": 2,
"physicalOutputCount": 2,
"routes": [
{
"level": 0.0,
"sourceId": 1,
"sourceType": "channel",
"targetBusId": 1
},
{
"level": 0.0,
"sourceId": 2,
"sourceType": "channel",
"targetBusId": 1
}
],
"sampleRate": 48000
}
}
]
}