Stabilize control surface and external bridge v1

This commit is contained in:
jan
2026-04-20 01:13:27 +02:00
parent a56cecb23d
commit 07c52db5fb
29 changed files with 8818 additions and 1510 deletions

87
data/runtime_state.json Normal file
View File

@@ -0,0 +1,87 @@
{
"schema_version": 1,
"saved_at_unix_ms": 1776637175917,
"runtime": {
"active_scene": {
"preset_id": null,
"pattern_id": "saw",
"seed": 104,
"palette": [
"#FF7A00",
"#FFD166"
],
"parameters": {
"brightness": {
"kind": "scalar",
"value": 1.0
},
"center_pulse_mode": {
"kind": "text",
"value": "expand"
},
"checker_mode": {
"kind": "text",
"value": "classic"
},
"color_mode": {
"kind": "text",
"value": "#000000"
},
"direction": {
"kind": "text",
"value": "left_to_right"
},
"fade": {
"kind": "scalar",
"value": 0.0
},
"intensity": {
"kind": "scalar",
"value": 1.0
},
"palette": {
"kind": "text",
"value": "Laser Club"
},
"primary_color": {
"kind": "text",
"value": "#1A5FB4"
},
"secondary_color": {
"kind": "text",
"value": "#000000"
},
"speed": {
"kind": "scalar",
"value": 1.05
},
"symmetry": {
"kind": "text",
"value": "none"
},
"tempo_multiplier": {
"kind": "scalar",
"value": 1.0
}
},
"target_group": "all_panels",
"blackout": false
},
"global": {
"blackout": false,
"master_brightness": 1.0,
"transition_duration_ms": 0,
"transition_style": "snap"
},
"technical": {
"backend_mode": "preview_only",
"output_enabled": false,
"output_fps": 40,
"nodes": [],
"panels": []
},
"user_presets": [],
"user_groups": [],
"creative_snapshots": []
}
}