fix: add comma consumption between positional WS args in mixer handlers

This commit is contained in:
2026-06-20 20:21:16 -04:00
parent 8068f5d168
commit 7f24a0f807
11 changed files with 3108 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"valid": true,
"isOnboarding": false,
"isJackAudio": false,
"alsaInputDevice": "hw:3,0",
"alsaInputDeviceName": "GP-5",
"alsaOutputDevice": "hw:3,0",
"alsaOutputDeviceName": "GP-5",
"sampleRate": 44100,
"bufferSize": 256,
"numberOfBuffers": 3
}
+34
View File
@@ -0,0 +1,34 @@
{
"modified": false,
"preset": {
"name": "Default Preset",
"input_volume_db": 0,
"output_volume_db": 0,
"items": [
{
"instanceId": 1,
"uri": "uri://two-play/pipedal/pedalboard#Empty",
"isEnabled": true,
"controlValues": [],
"pluginName": "",
"midiBindings": [],
"midiChannelBinding": null,
"stateUpdateCount": 0,
"lv2State": [
false,
{}
],
"lilvPresetUri": "",
"pathProperties": {},
"title": "",
"useModUi": false,
"iconColor": "",
"sideChainInputId": -1
}
],
"nextInstanceId": 1,
"snapshots": [],
"selectedSnapshot": -1,
"selectedPlugin": -1
}
}