Files
ableton-mcp-ai/AbletonMCP_AI/CHANGELOG.md
renato97 b2924b9c88 Complete FASE 5, 7, Infra - Final sprint 90/110 tasks (82%)
FASE 5 - DJ Arrangement Advanced (13/15 tasks):
- set_loop_markers() - T067: DJ navigation loop markers
- apply_filter_sweep() - T072: High-pass/low-pass transition sweeps
- apply_reverb_tail_automation() - T073: Break reverb curves (0%→40%→0%)
- apply_pitch_riser() - T074: Pitch automation risers
- apply_micro_timing_push() - T075: Kick -5ms, Bass +8ms groove
- apply_groove_template() - T077: Genre-specific groove templates
- inject_transition_fx_detailed() - T071: Advanced FX (riser, crash, snare_roll)

FASE 7 - Self-AI & Learning (10/10 tasks - COMPLETE):
- rate_generation() - T091: User rating system with feedback loop
- get_generation_stats() - T093: Trend analysis and palette preferences
- generate_dj_set() - T096: Multi-track DJ set generation (up to 4 hours)
- analyze_trends_library() - T097-T099: Hot zone detection
- auto_improve_set() - T100: Auto-regeneration of low-score sections

Infrastructure (7/10 tasks):
- get_system_metrics() - T108: Complete dashboard with health score
- get_generation_history() - T108: Recent generation history
- export_system_report() - T108: JSON/Markdown export
- CHANGELOG.md - T106: Complete changelog with all versions

Total: 86 MCP tools, 90/110 tasks (82%), 2 phases complete (0, 7)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 01:04:39 -03:00

5.2 KiB

Changelog

All notable changes to the AbletonMCP-AI project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • FASE 5: DJ Arrangement advanced tools (T067, T072-T077)
    • set_loop_markers() - Loop markers for DJ navigation
    • apply_filter_sweep() - Filter automation for transitions
    • apply_reverb_tail_automation() - Reverb automation for breaks
    • apply_pitch_riser() - Pitch automation risers
    • apply_micro_timing_push() - Groove timing micro-adjustments
    • apply_groove_template() - Genre-specific groove templates
    • inject_transition_fx_detailed() - Advanced transition FX
  • FASE 7: Self-AI & Learning tools (T091-T100)
    • rate_generation() - User rating system for generations
    • get_generation_stats() - Trend analysis from ratings
    • generate_dj_set() - Multi-track DJ set generation
    • analyze_trends_library() - Hot zone detection
    • auto_improve_set() - Auto-regeneration of low-score sections

[0.8.0] - 2026-03-29

Added

  • FASE 3: Human Feel & Dynamics (T040-T050)
    • apply_clip_fades() - Fade automation (T041)
    • write_volume_automation() - Volume curves: linear, exponential, s_curve, punch (T042)
    • apply_sidechain_pump() - Sidechain compressor configuration (T045)
    • inject_pattern_fills() - Drum fills: snare rolls, flams, tom fills (T048)
    • humanize_set() - Global humanization with intensity control (T050)
  • FASE 4: Key Compatibility & Tonal (T051-T062)
    • audio_key_compatibility.py - Full KEY_COMPATIBILITY_MATRIX with Circle of Fifths
    • analyze_key_compatibility() - Harmonic compatibility scoring (T053)
    • suggest_key_change() - Key modulation suggestions (T054)
    • validate_sample_key() - Sample tonal validation (T055)
    • analyze_spectral_fit() - Spectral role matching (T057)
  • FASE 6: Mastering & QA (T078-T090)
    • calibrate_gain_staging() - Auto gain calibration by bus targets (T079)
    • run_mix_quality_check() - LUFS, peaks, L/R balance analysis (T085)
    • export_stem_mixdown() - 24-bit/44.1kHz stem export (T087)
    • StemExporter class with Beatport metadata

Changed

  • Enhanced server.py with 71 total MCP tools
  • Improved key compatibility checking in sample selection
  • Updated IMPLEMENTATION_REPORT.md with 76/110 tasks complete (69%)

[0.7.0] - 2026-03-28

Added

  • FASE 2: Coherence & Palette System (T025-T039)
    • _select_anchor_folders() - Palette anchor selection by freshness (T025)
    • _get_palette_bonus() - 1.4x/1.2x/0.9x palette scoring (T026)
    • set_palette_lock() - Manual palette override (T028)
    • get_coverage_wheel_report() - Folder usage heatmap (T032)
    • collection_coverage.json persistence (T029)
    • WildCardMatcher for flexible pattern matching (T033-T034)
    • SectionCastingEngine for role variants by section (T035-T037)
    • SampleFingerprint class for tonal fingerprinting (T038-T039)
  • FASE 1: Sample Intelligence (T011-T024)
    • limit=50 in semantic search (T011)
    • session_seed for reproducible shuffling (T012)
    • Bucket sampling: max 15 files per folder (T013)
    • sample_fatigue.json persistence with 1.0→0.75→0.50→0.20 decay (T021-T022)
    • reset_sample_fatigue() and get_sample_fatigue_report() tools (T023-T024)
  • T101-T106: Infrastructure fixes
    • bus_routing_fix.py - Bus routing diagnostics
    • validation_system_fix.py - Set validation with auto-fixes

Changed

  • Server architecture now supports 8-phase pipeline
  • Sample selection now uses multi-factor scoring

[0.6.0] - 2026-03-27

Added

  • FASE 0: Foundation & Stability (T001-T010)
    • Project migration to ProgramData
    • MCPError, ValidationError, TimeoutError exception hierarchy
    • End-to-end pipeline for track generation
  • Initial audio engines:
    • HumanFeelEngine - Timing and velocity humanization
    • SoundscapeEngine - Ambience and FX
    • DJArrangementEngine - DJ-compatible structures
    • MasterChain - Mastering devices
    • AutoPrompter - AI self-prompting

Changed

  • Restructured project for MCP Server + Remote Script architecture

[0.5.0] - 2026-03-26

Added

  • Basic sample index with vector embeddings
  • generate_track() and generate_song() MCP tools
  • Genre support: Techno, House, Tech-House, Deep House, Trance
  • BPM auto-detection for genres

Fixed

  • Sample path resolution on Windows
  • Unicode handling in sample names

[0.4.0] - 2026-03-25

Added

  • Reference audio analysis (analyze_reference_track())
  • Key detection using librosa
  • Spectral analysis (centroid, bandwidth)
  • Audio resampling for FX generation

Changed

  • Improved sample matching algorithm

[0.3.0] - 2026-03-24

Added

  • MIDI pattern generation for drums, bass, chords
  • Clip creation in Arrangement View
  • Scene-based structure generation
  • Basic volume/pan/send controls

[0.2.0] - 2026-03-23

Added

  • Ableton Live TCP connection
  • Basic MCP server with FastMCP
  • Track creation and management
  • Initial Remote Script structure

[0.1.0] - 2026-03-22

Added

  • Project initialization
  • Basic file structure
  • Sample scanning and indexing
  • README and documentation