LICENSE
README.md
pyproject.toml
setup.py
src/vcmix/__init__.py
src/vcmix/__main__.py
src/vcmix/cli.py
src/vcmix.egg-info/PKG-INFO
src/vcmix.egg-info/SOURCES.txt
src/vcmix.egg-info/dependency_links.txt
src/vcmix.egg-info/entry_points.txt
src/vcmix.egg-info/requires.txt
src/vcmix.egg-info/top_level.txt
src/vcmix/agent/__init__.py
src/vcmix/agent/mcp_server.py
src/vcmix/agent/memory.py
src/vcmix/agent/modelbus.py
src/vcmix/agent/persona.py
src/vcmix/agent/runtime.py
src/vcmix/agent/toolbox.py
src/vcmix/ai/__init__.py
src/vcmix/ai/arrangement_mixer.py
src/vcmix/ai/composer.py
src/vcmix/ai/music_theory.py
src/vcmix/ai/reference_matcher_v2.py
src/vcmix/ai/remix.py
src/vcmix/ai/smart_mixer.py
src/vcmix/ai/style_transfer.py
src/vcmix/ai/transcription.py
src/vcmix/analysis/__init__.py
src/vcmix/analysis/analyzer.py
src/vcmix/analysis/bpm.py
src/vcmix/analysis/dynamics.py
src/vcmix/analysis/key_detection.py
src/vcmix/analysis/loudness.py
src/vcmix/analysis/report.py
src/vcmix/analysis/sibilance.py
src/vcmix/analysis/spectrum.py
src/vcmix/arrangement/__init__.py
src/vcmix/arrangement/template_applier.py
src/vcmix/arrangement/templates.py
src/vcmix/audio/__init__.py
src/vcmix/audio/io.py
src/vcmix/audio/meter.py
src/vcmix/audio/mixer.py
src/vcmix/automation/__init__.py
src/vcmix/automation/automation_curve.py
src/vcmix/automation/automation_engine.py
src/vcmix/bpm/__init__.py
src/vcmix/bpm/detector.py
src/vcmix/bpm/sync.py
src/vcmix/config/__init__.py
src/vcmix/config/parser.py
src/vcmix/config/validator.py
src/vcmix/engine/__init__.py
src/vcmix/engine/analyzer.py
src/vcmix/engine/arrangement_strategy.py
src/vcmix/engine/audio_cache.py
src/vcmix/engine/audio_driver.py
src/vcmix/engine/autofix.py
src/vcmix/engine/automix.py
src/vcmix/engine/bus.py
src/vcmix/engine/incremental.py
src/vcmix/engine/realtime_engine.py
src/vcmix/engine/reference_matcher.py
src/vcmix/engine/renderer.py
src/vcmix/engine/transport.py
src/vcmix/export/__init__.py
src/vcmix/export/exporter.py
src/vcmix/midi/__init__.py
src/vcmix/midi/midi_parser.py
src/vcmix/midi/note_scheduler.py
src/vcmix/plugins/__init__.py
src/vcmix/plugins/adapter.py
src/vcmix/plugins/registry.py
src/vcmix/plugins/vc_plugins.py
src/vcmix/presets/__init__.py
src/vcmix/presets/chain_presets.py
src/vcmix/presets/manager.py
src/vcmix/presets/mix_presets.py
src/vcmix/presets/chains/__init__.py
src/vcmix/presets/chains/drum-chain.yaml
src/vcmix/presets/chains/guitar-chain.yaml
src/vcmix/presets/chains/master-chain.yaml
src/vcmix/presets/chains/vocal-chain.yaml
src/vcmix/project/__init__.py
src/vcmix/project/version_manager.py
src/vcmix/sampler/__init__.py
src/vcmix/sampler/sample_zone.py
src/vcmix/sampler/sampler_engine.py
src/vcmix/sampler/sampler_track.py
src/vcmix/separation/__init__.py
src/vcmix/separation/arrangement.py
src/vcmix/separation/arrangement_analyzer.py
src/vcmix/separation/config_generator.py
src/vcmix/separation/demucs_engine.py
src/vcmix/separation/demucs_wrapper.py
src/vcmix/separation/reverse_analyzer.py
src/vcmix/stream/__init__.py
src/vcmix/stream/emitter.py
src/vcmix/utils/__init__.py
src/vcmix/utils/path.py
src/vcmix/vst3/__init__.py
src/vcmix/vst3/vst3_host_bridge.py
src/vcmix/vst3/vst3_plugin_proxy.py
src/vcmix/vst3/vst3_proxy.py
src/vcmix/vst3/vst3_scanner.py
src/vcmix/vst3/vst3_scanner_v2.py
src/vcmix/vst3/vst3_track.py
src/vcmix/web/__init__.py
src/vcmix/web/ai_engine.py
src/vcmix/web/analysis_service.py
src/vcmix/web/app.py
src/vcmix/web/collaboration.py
src/vcmix/web/project_manager.py
src/vcmix/web/websocket.py
src/vcmix/web/routes/__init__.py
src/vcmix/web/routes/agent_api.py
src/vcmix/web/routes/agent_chat.py
src/vcmix/web/routes/ai_transcription.py
src/vcmix/web/routes/arrangement.py
src/vcmix/web/routes/automation.py
src/vcmix/web/routes/automix.py
src/vcmix/web/routes/collaboration.py
src/vcmix/web/routes/midi.py
src/vcmix/web/routes/piano_roll.py
src/vcmix/web/routes/plugins.py
src/vcmix/web/routes/presets.py
src/vcmix/web/routes/render.py
src/vcmix/web/routes/waveform.py
src/vcmix/web/static/app.js
src/vcmix/web/static/index.html
src/vcmix/web/static/piano_roll.js
src/vcmix/web/static/spectrum.js
src/vcmix/web/static/style.css
src/vcmix/web/static/vcmix-demo-10s.mp3
src/vcmix/web/static/waveform.js
tests/test_ab_compare.py
tests/test_agent_api.py
tests/test_ai_composition.py
tests/test_arrangement.py
tests/test_arrangement_strategy.py
tests/test_arrangement_templates.py
tests/test_autofix_v2.py
tests/test_automation.py
tests/test_automix.py
tests/test_basic.py
tests/test_bpm.py
tests/test_bus.py
tests/test_chain_presets.py
tests/test_collaboration.py
tests/test_e2e_full.py
tests/test_export.py
tests/test_midi.py
tests/test_mix_presets.py
tests/test_packaging.py
tests/test_parser.py
tests/test_performance.py
tests/test_performance_benchmark.py
tests/test_phase9_integration.py
tests/test_presets.py
tests/test_realtime_engine.py
tests/test_reference_matcher.py
tests/test_renderer.py
tests/test_sampler.py
tests/test_separation.py
tests/test_separation_v2.py
tests/test_sidechain.py
tests/test_smart_mixer.py
tests/test_stream.py
tests/test_style_transfer.py
tests/test_transcription.py
tests/test_version_manager.py
tests/test_visualization.py
tests/test_vst3.py
tests/test_vst3_v2.py
tests/test_web_api.py