.mcp.json.example
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
pyproject.toml
docs/architecture.md
docs/code-quality.md
docs/creation-pipeline.md
docs/creation-review.md
docs/discussions.md
docs/distribution.md
docs/early-access-testing.md
docs/external-review-scope.md
docs/fl-constraints.md
docs/future-security-hardening-options.md
docs/maintainability-plan.md
docs/plugin-atlas.md
docs/plugin-matrix.md
docs/plugin-support.md
docs/production-runs.md
docs/setup.md
docs/sound-selection.md
docs/supply-chain.md
docs/tool-contracts.md
docs/tool-surface-evaluation.md
docs/website-copy.md
docs/releases/dev-v10.md
docs/releases/v0.20.0.md
docs/releases/v10.0.0.md
fl_studio_mcp/__init__.py
fl_studio_mcp/acceptance.py
fl_studio_mcp/advisory.py
fl_studio_mcp/audio.py
fl_studio_mcp/bridge_client.py
fl_studio_mcp/bridge_install.py
fl_studio_mcp/bridge_stamp.py
fl_studio_mcp/cli.py
fl_studio_mcp/client_config.py
fl_studio_mcp/codex_installer.py
fl_studio_mcp/contracts.py
fl_studio_mcp/creative.py
fl_studio_mcp/diagnostics.py
fl_studio_mcp/evidence.py
fl_studio_mcp/file_fingerprints.py
fl_studio_mcp/host_config.py
fl_studio_mcp/mcp_server.py
fl_studio_mcp/mixing.py
fl_studio_mcp/music_analysis.py
fl_studio_mcp/performance.py
fl_studio_mcp/piano_roll.py
fl_studio_mcp/plugin_atlas_mcp.py
fl_studio_mcp/plugin_loading.py
fl_studio_mcp/plugin_profile.py
fl_studio_mcp/plugin_report.py
fl_studio_mcp/production_run_persistence.py
fl_studio_mcp/production_runs.py
fl_studio_mcp/readonly_inspector.py
fl_studio_mcp/saved_project_render.py
fl_studio_mcp/setup_wizard.py
fl_studio_mcp/track_b_contracts.py
fl_studio_mcp/verified_writer.py
fl_studio_mcp/workflows.py
fl_studio_mcp/_bridge/device_UniversalBridge.py
fl_studio_mcp/creation_pipeline/__init__.py
fl_studio_mcp/creation_pipeline/composition_adaptation.py
fl_studio_mcp/creation_pipeline/context.py
fl_studio_mcp/creation_pipeline/live_readiness.py
fl_studio_mcp/creation_pipeline/models.py
fl_studio_mcp/creation_pipeline/outcomes.py
fl_studio_mcp/creation_pipeline/phases.py
fl_studio_mcp/creation_pipeline/processing.py
fl_studio_mcp/creation_pipeline/readiness.py
fl_studio_mcp/creation_pipeline/semantic_actions.py
fl_studio_mcp/creation_pipeline/sound_characteristics.py
fl_studio_mcp/creation_pipeline/timing.py
fl_studio_mcp/creation_review/__init__.py
fl_studio_mcp/creation_review/analysis.py
fl_studio_mcp/creation_review/assets.py
fl_studio_mcp/creation_review/comparison.py
fl_studio_mcp/creation_review/contrast.py
fl_studio_mcp/creation_review/delivery.py
fl_studio_mcp/creation_review/feedback.py
fl_studio_mcp/creation_review/findings.py
fl_studio_mcp/creation_review/mcp.py
fl_studio_mcp/creation_review/models.py
fl_studio_mcp/creation_review/persistence.py
fl_studio_mcp/creation_review/revision_executor.py
fl_studio_mcp/creation_review/revision_planner.py
fl_studio_mcp/creation_review/sections.py
fl_studio_mcp/creation_review/sessions.py
fl_studio_mcp/plugin_atlas/__init__.py
fl_studio_mcp/plugin_atlas/cli.py
fl_studio_mcp/plugin_atlas/compatibility.py
fl_studio_mcp/plugin_atlas/loader.py
fl_studio_mcp/plugin_atlas/matcher.py
fl_studio_mcp/plugin_atlas/models.py
fl_studio_mcp/plugin_atlas/recommendation.py
fl_studio_mcp/plugin_atlas/registry.py
fl_studio_mcp/plugin_atlas_data/__init__.py
fl_studio_mcp/plugin_atlas_data/adapters/control-adapters.json
fl_studio_mcp/plugin_atlas_data/compatibility/evidence.json
fl_studio_mcp/plugin_atlas_data/manifests/atlas.json
fl_studio_mcp/plugin_atlas_data/manifests/image-line-current-matrix.json
fl_studio_mcp/plugin_atlas_data/techniques/techniques.json
fl_studio_mcp/plugin_atlas_data/vendors/image-line.json
fl_studio_mcp/plugin_atlas_data/vendors/third-party/fabfilter.json
fl_studio_mcp/plugin_atlas_data/vendors/third-party/valhalla-dsp.json
fl_studio_mcp/plugin_atlas_data/vendors/third-party/vital-audio.json
fl_studio_mcp/sound_selection/__init__.py
fl_studio_mcp/sound_selection/descriptors.py
fl_studio_mcp/sound_selection/direction.py
fl_studio_mcp/sound_selection/executor.py
fl_studio_mcp/sound_selection/history.py
fl_studio_mcp/sound_selection/inventory.py
fl_studio_mcp/sound_selection/mcp.py
fl_studio_mcp/sound_selection/metadata.py
fl_studio_mcp/sound_selection/models.py
fl_studio_mcp/sound_selection/palette.py
fl_studio_mcp/sound_selection/preset_catalog.py
fl_studio_mcp/sound_selection/preset_discovery.py
fl_studio_mcp/sound_selection/scoring.py
fl_studio_mcp/sound_selection/data/__init__.py
fl_studio_mcp/sound_selection/data/descriptors-v1.json
fl_studio_mcp/sound_selection/data/preset-metadata-v1.json
postfader_fl_studio_mcp.egg-info/PKG-INFO
postfader_fl_studio_mcp.egg-info/SOURCES.txt
postfader_fl_studio_mcp.egg-info/dependency_links.txt
postfader_fl_studio_mcp.egg-info/entry_points.txt
postfader_fl_studio_mcp.egg-info/requires.txt
postfader_fl_studio_mcp.egg-info/top_level.txt
scripts/build_mcpb.py
scripts/build_release_bundles.py
scripts/check_mcpb_bundle.py
scripts/check_public_tree.py
scripts/clean_wheel_smoke.py
scripts/doctor.py
scripts/generate_audio_fixtures.py
scripts/generate_creation_review_fixtures.py
scripts/generate_mcp_config.py
scripts/generate_sbom.py
scripts/inspect_readonly.py
scripts/install.ps1
scripts/install.sh
scripts/launch_fl_studio.ps1
scripts/live_creation_acceptance.py
scripts/live_creation_review_acceptance.py
scripts/live_note_acceptance.py
scripts/live_read_acceptance.py
scripts/live_sound_selection_acceptance.py
scripts/live_write_acceptance.py
scripts/plugin_report.py
scripts/run_coverage.py
scripts/run_safe_tests.py
scripts/sync_mcpb_manifest.py
scripts/validate_selection_readonly.py
scripts/validate_writes.py
scripts/verify_distribution.py
scripts/verify_installed_package.py
tests/test_advisory.py
tests/test_audio.py
tests/test_bridge.py
tests/test_bridge_client_recovery.py
tests/test_bridge_install.py
tests/test_bridge_stamp.py
tests/test_codex_installer.py
tests/test_creation_composition.py
tests/test_creation_pipeline_foundation.py
tests/test_creation_pipeline_integration.py
tests/test_creation_review_analysis.py
tests/test_creation_review_comparison.py
tests/test_creation_review_delivery.py
tests/test_creation_review_fixtures.py
tests/test_creation_review_mcp.py
tests/test_creation_review_persistence.py
tests/test_creation_review_production_runs.py
tests/test_creation_review_rebounce.py
tests/test_creation_review_revision.py
tests/test_creation_review_sessions.py
tests/test_creation_write_boundary.py
tests/test_creative.py
tests/test_diagnostics.py
tests/test_file_transport.py
tests/test_fixtures.py
tests/test_live_acceptance.py
tests/test_live_creation_review_acceptance.py
tests/test_mcpb.py
tests/test_midi_framing.py
tests/test_midi_transport.py
tests/test_mixing.py
tests/test_package_hygiene.py
tests/test_performance.py
tests/test_piano_roll.py
tests/test_plugin_atlas.py
tests/test_plugin_atlas_mcp.py
tests/test_plugin_loading.py
tests/test_plugin_profile.py
tests/test_plugin_report.py
tests/test_preset_bridge.py
tests/test_preset_contracts.py
tests/test_preset_performance.py
tests/test_production_run_persistence.py
tests/test_production_runs.py
tests/test_readonly.py
tests/test_readonly_mcp.py
tests/test_release_bundles.py
tests/test_resource_bounds.py
tests/test_saved_project_render.py
tests/test_sbom.py
tests/test_sdk_compatibility.py
tests/test_semantic_processing.py
tests/test_setup_wizard.py
tests/test_sound_selection_core.py
tests/test_sound_selection_history.py
tests/test_sound_selection_mcp.py
tests/test_sound_selection_production_runs.py
tests/test_sound_selection_quality.py
tests/test_sound_selection_scoring.py
tests/test_sound_selection_service.py
tests/test_tick_budget.py
tests/test_windows_bootstrap.py
tests/test_workflows.py
tests/fakefl/_state.py
tests/fakefl/arrangement.py
tests/fakefl/channels.py
tests/fakefl/device.py
tests/fakefl/general.py
tests/fakefl/midi.py
tests/fakefl/mixer.py
tests/fakefl/patterns.py
tests/fakefl/playlist.py
tests/fakefl/plugins.py
tests/fakefl/transport.py
tests/fakefl/ui.py
tests/fixtures/README.md
tests/fixtures/stock-effect-controls-v1.json
tests/fixtures/write-scenario-v1.json
tests/fixtures/audio/boundary_impulses.wav
tests/fixtures/audio/candidate_delayed_minus6db.wav
tests/fixtures/audio/fixture_manifest.json
tests/fixtures/audio/reference_mix.wav
tests/fixtures/creation_review/clean_baseline.wav
tests/fixtures/creation_review/clipped_candidate.wav
tests/fixtures/creation_review/creation-review-structural-v1.json
tests/fixtures/creation_review/duration_mismatch.wav
tests/fixtures/creation_review/fixture_manifest.json
tests/fixtures/creation_review/improved_contrast_with_regression.wav
tests/fixtures/creation_review/low_mid_heavy_candidate.wav
tests/fixtures/creation_review/masking_instrumental_stem.wav
tests/fixtures/creation_review/masking_vocal_stem.wav
tests/fixtures/creation_review/offset_candidate.wav
tests/fixtures/creation_review/overly_bright_candidate.wav
tests/fixtures/creation_review/silence_tail.wav
tests/fixtures/creation_review/weak_drop_contrast.wav