FIX: khi click vào track number thì bị mất âm thanh, cho phép lưu màu của track

This commit is contained in:
2026-08-04 16:43:44 +07:00
parent c047934fc4
commit 0272912cff
6 changed files with 227 additions and 58 deletions
+1
View File
@@ -45,6 +45,7 @@
"id": { "type": "string" },
"name": { "type": "string" },
"type": { "type": "string", "enum": ["AUDIO", "MIDI", "SECTION"] },
"color": { "type": ["string", "null"], "default": null },
"volume_db": { "type": "number", "default": 0.0 },
"pan": { "type": "number", "minimum": -1.0, "maximum": 1.0, "default": 0.0 },
"mute": { "type": "boolean", "default": false },