LICENSE
README.md
pyproject.toml
src/x32scene/__init__.py
src/x32scene/_cli_edits.py
src/x32scene/_cli_files.py
src/x32scene/_json.py
src/x32scene/_parsers.py
src/x32scene/_parsers_edit.py
src/x32scene/_parsers_live.py
src/x32scene/_views.py
src/x32scene/_views_desk.py
src/x32scene/_views_ports.py
src/x32scene/_views_report.py
src/x32scene/cli.py
src/x32scene/model.py
src/x32scene/py.typed
src/x32scene/tables.py
src/x32scene/tables_fx.py
src/x32scene.egg-info/PKG-INFO
src/x32scene.egg-info/SOURCES.txt
src/x32scene.egg-info/dependency_links.txt
src/x32scene.egg-info/entry_points.txt
src/x32scene.egg-info/requires.txt
src/x32scene.egg-info/top_level.txt
src/x32scene/orchestrators/__init__.py
src/x32scene/orchestrators/_schema.py
src/x32scene/orchestrators/_sections.py
src/x32scene/orchestrators/band_swap.py
src/x32scene/services/__init__.py
src/x32scene/services/audit.py
src/x32scene/services/channelfx.py
src/x32scene/services/console.py
src/x32scene/services/describe.py
src/x32scene/services/desk.py
src/x32scene/services/diff.py
src/x32scene/services/fx.py
src/x32scene/services/groups.py
src/x32scene/services/headers.py
src/x32scene/services/history.py
src/x32scene/services/iem.py
src/x32scene/services/matrix.py
src/x32scene/services/meters.py
src/x32scene/services/osc.py
src/x32scene/services/preflight.py
src/x32scene/services/preflight_config.py
src/x32scene/services/preflight_groups.py
src/x32scene/services/preflight_links.py
src/x32scene/services/preflight_monitor.py
src/x32scene/services/preflight_outputs.py
src/x32scene/services/preflight_routing.py
src/x32scene/services/preflight_sends.py
src/x32scene/services/preflight_stage.py
src/x32scene/services/presets.py
src/x32scene/services/routing.py
src/x32scene/services/routing_edit.py
src/x32scene/services/scopes.py
src/x32scene/services/show.py
src/x32scene/services/snippets.py
src/x32scene/services/stage.py
src/x32scene/services/transforms.py
src/x32scene/services/transplant.py
src/x32scene/services/userctrl.py
src/x32scene/services/validate.py
tests/test_audit.py
tests/test_band_swap.py
tests/test_band_swap_outputs.py
tests/test_band_swap_plan.py
tests/test_band_swap_sections.py
tests/test_band_swap_sends.py
tests/test_channelfx.py
tests/test_cli.py
tests/test_cli_guards.py
tests/test_console.py
tests/test_describe.py
tests/test_desk.py
tests/test_fx_groups.py
tests/test_fx_write.py
tests/test_headers.py
tests/test_history.py
tests/test_iem_copy.py
tests/test_json.py
tests/test_matrix.py
tests/test_meters.py
tests/test_osc.py
tests/test_plan_bools.py
tests/test_preflight.py
tests/test_preflight_groups.py
tests/test_preflight_links.py
tests/test_preflight_monitor.py
tests/test_preflight_outputs.py
tests/test_preflight_routing.py
tests/test_preflight_sends.py
tests/test_presets.py
tests/test_report.py
tests/test_roundtrip.py
tests/test_routing.py
tests/test_routing_edit.py
tests/test_show_build.py
tests/test_snippets.py
tests/test_stage.py
tests/test_taps.py
tests/test_transforms.py
tests/test_transforms_mix.py
tests/test_transplant.py
tests/test_validate.py
tests/test_views.py