.env.example
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
config/example-chains.json
config/example-psts.json
config/example-retrack.json
config/example-strips.json
docs/CAPABILITIES.md
src/logicxkit/__init__.py
src/logicxkit/cli.py
src/logicxkit.egg-info/PKG-INFO
src/logicxkit.egg-info/SOURCES.txt
src/logicxkit.egg-info/dependency_links.txt
src/logicxkit.egg-info/entry_points.txt
src/logicxkit.egg-info/requires.txt
src/logicxkit.egg-info/top_level.txt
src/logicxkit/au/__init__.py
src/logicxkit/au/_views.py
src/logicxkit/au/cli.py
src/logicxkit/au/services/__init__.py
src/logicxkit/au/services/aupreset.py
src/logicxkit/au/services/embed.py
src/logicxkit/au/services/ffp.py
src/logicxkit/au/services/host.py
src/logicxkit/au/services/juce.py
src/logicxkit/au/services/report.py
src/logicxkit/au/services/sonible.py
src/logicxkit/au/services/tables.py
src/logicxkit/au/services/tr5.py
src/logicxkit/au/services/waves.py
src/logicxkit/logic/__init__.py
src/logicxkit/logic/_apply.py
src/logicxkit/logic/_apply_template.py
src/logicxkit/logic/_apply_tracks.py
src/logicxkit/logic/_binary.py
src/logicxkit/logic/_capabilities.py
src/logicxkit/logic/_chains_cmd.py
src/logicxkit/logic/_controlbar.py
src/logicxkit/logic/_diagnose.py
src/logicxkit/logic/_edit.py
src/logicxkit/logic/_groups.py
src/logicxkit/logic/_header.py
src/logicxkit/logic/_inspect.py
src/logicxkit/logic/_metronome.py
src/logicxkit/logic/_modes.py
src/logicxkit/logic/_prefs.py
src/logicxkit/logic/_song.py
src/logicxkit/logic/_toolbar.py
src/logicxkit/logic/_width.py
src/logicxkit/logic/cli.py
src/logicxkit/logic/orchestrators/__init__.py
src/logicxkit/logic/orchestrators/apply_ops.py
src/logicxkit/logic/orchestrators/apply_template.py
src/logicxkit/logic/orchestrators/ops.py
src/logicxkit/logic/services/__init__.py
src/logicxkit/logic/services/addtrack.py
src/logicxkit/logic/services/arrangement.py
src/logicxkit/logic/services/arrangement_write.py
src/logicxkit/logic/services/binding.py
src/logicxkit/logic/services/chain_report.py
src/logicxkit/logic/services/chains.py
src/logicxkit/logic/services/channel_alloc.py
src/logicxkit/logic/services/comp.py
src/logicxkit/logic/services/controlbar.py
src/logicxkit/logic/services/donors.py
src/logicxkit/logic/services/environment.py
src/logicxkit/logic/services/eq.py
src/logicxkit/logic/services/events.py
src/logicxkit/logic/services/graft.py
src/logicxkit/logic/services/groups.py
src/logicxkit/logic/services/header.py
src/logicxkit/logic/services/inputs_create.py
src/logicxkit/logic/services/insert.py
src/logicxkit/logic/services/instout.py
src/logicxkit/logic/services/integrity.py
src/logicxkit/logic/services/keyflags.py
src/logicxkit/logic/services/levels.py
src/logicxkit/logic/services/library.py
src/logicxkit/logic/services/limiter.py
src/logicxkit/logic/services/manifest.py
src/logicxkit/logic/services/metronome.py
src/logicxkit/logic/services/modes.py
src/logicxkit/logic/services/neural.py
src/logicxkit/logic/services/ocr.py
src/logicxkit/logic/services/pairing.py
src/logicxkit/logic/services/prefs.py
src/logicxkit/logic/services/prefs_table.py
src/logicxkit/logic/services/projdiff.py
src/logicxkit/logic/services/project.py
src/logicxkit/logic/services/pst.py
src/logicxkit/logic/services/recbuild.py
src/logicxkit/logic/services/recdiff.py
src/logicxkit/logic/services/records.py
src/logicxkit/logic/services/regions.py
src/logicxkit/logic/services/registry.py
src/logicxkit/logic/services/reorder.py
src/logicxkit/logic/services/retrack.py
src/logicxkit/logic/services/routing.py
src/logicxkit/logic/services/selection.py
src/logicxkit/logic/services/sends.py
src/logicxkit/logic/services/sends_write.py
src/logicxkit/logic/services/sequence.py
src/logicxkit/logic/services/settings.py
src/logicxkit/logic/services/signature.py
src/logicxkit/logic/services/signature_write.py
src/logicxkit/logic/services/slotkeys.py
src/logicxkit/logic/services/spec.py
src/logicxkit/logic/services/stack_create.py
src/logicxkit/logic/services/stacks.py
src/logicxkit/logic/services/stripsave.py
src/logicxkit/logic/services/tempo.py
src/logicxkit/logic/services/tempo_write.py
src/logicxkit/logic/services/toolbar.py
src/logicxkit/logic/services/tracklist.py
src/logicxkit/logic/services/transplant.py
src/logicxkit/logic/services/validate.py
src/logicxkit/logicx/__init__.py
src/logicxkit/logicx/container.py
src/logicxkit/native/aulatency.swift
src/logicxkit/native/auprobe.swift
src/logicxkit/native/vision_ocr.swift
src/logicxkit/utils/__init__.py
src/logicxkit/utils/data.py
src/logicxkit/utils/env.py
src/logicxkit/utils/swiftrun.py
tests/_data.py
tests/_goldens.py
tests/_liveguard.py
tests/_paths.py
tests/conftest.py
tests/test_cli_dispatch.py
tests/test_env.py
tests/test_goldens_report.py
tests/test_native_assets.py
tests/test_no_live_library.py
tests/test_package_layering.py
tests/au/_juce.py
tests/au/test_au_report.py
tests/au/test_aupreset.py
tests/au/test_cli_views.py
tests/au/test_embed.py
tests/au/test_ffp.py
tests/au/test_host.py
tests/au/test_juce.py
tests/au/test_sonible.py
tests/au/test_strip_path.py
tests/au/test_tables.py
tests/au/test_tr5.py
tests/au/test_waves.py
tests/goldens/__init__.py
tests/goldens/test_addtrack.py
tests/goldens/test_apply_template.py
tests/goldens/test_binding.py
tests/goldens/test_chains.py
tests/goldens/test_channel_create.py
tests/goldens/test_controlbar.py
tests/goldens/test_environment.py
tests/goldens/test_groups.py
tests/goldens/test_header.py
tests/goldens/test_instout.py
tests/goldens/test_integrity.py
tests/goldens/test_manifest.py
tests/goldens/test_metronome.py
tests/goldens/test_modes.py
tests/goldens/test_neural.py
tests/goldens/test_projdiff.py
tests/goldens/test_project.py
tests/goldens/test_reorder.py
tests/goldens/test_routing.py
tests/goldens/test_sends.py
tests/goldens/test_sends_write.py
tests/goldens/test_sequence.py
tests/goldens/test_settings.py
tests/goldens/test_signature.py
tests/goldens/test_signature_write.py
tests/goldens/test_song.py
tests/goldens/test_song_write.py
tests/goldens/test_stack_create.py
tests/goldens/test_stack_moves.py
tests/goldens/test_stacks.py
tests/goldens/test_toolbar.py
tests/goldens/test_transplant.py
tests/goldens/test_width.py
tests/logic/__init__.py
tests/logic/_fixtures.py
tests/logic/_invariants.py
tests/logic/_records.py
tests/logic/test_addtrack.py
tests/logic/test_apply_template.py
tests/logic/test_binding.py
tests/logic/test_build_cli.py
tests/logic/test_capabilities.py
tests/logic/test_chains.py
tests/logic/test_channel_alloc.py
tests/logic/test_channel_width.py
tests/logic/test_chunks.py
tests/logic/test_controlbar.py
tests/logic/test_donor_version.py
tests/logic/test_donors.py
tests/logic/test_environment.py
tests/logic/test_events.py
tests/logic/test_graft.py
tests/logic/test_groups.py
tests/logic/test_header.py
tests/logic/test_insert.py
tests/logic/test_instout.py
tests/logic/test_keyflags.py
tests/logic/test_levels.py
tests/logic/test_library.py
tests/logic/test_logic.py
tests/logic/test_manifest.py
tests/logic/test_modes.py
tests/logic/test_neural.py
tests/logic/test_ocr.py
tests/logic/test_pairing.py
tests/logic/test_prefs.py
tests/logic/test_projdiff.py
tests/logic/test_project.py
tests/logic/test_pst.py
tests/logic/test_recdiff.py
tests/logic/test_regions.py
tests/logic/test_registry.py
tests/logic/test_reorder.py
tests/logic/test_retrack.py
tests/logic/test_routing.py
tests/logic/test_selection.py
tests/logic/test_sends.py
tests/logic/test_sends_write.py
tests/logic/test_sequence.py
tests/logic/test_settings.py
tests/logic/test_signature.py
tests/logic/test_slots.py
tests/logic/test_song.py
tests/logic/test_song_write.py
tests/logic/test_stack_create.py
tests/logic/test_stacks.py
tests/logic/test_strip_values.py
tests/logic/test_stripsave.py
tests/logic/test_toolbar.py
tests/logic/test_transplant.py
tests/logic/test_validate.py
tests/rig/test_rig_preflight.py