Skip to content

v0.1.0 - Initial Public Release

Choose a tag to compare

@peterkolbe peterkolbe released this 29 Apr 10:34
· 16 commits to main since this release

The first public release of Ableton for AI - a bridge between Ableton Live and AI models via MCP.
Features:

  • MCP Server with real-time tools (get_overview, get_track, analyze_stems, set_device_parameter, mixer controls)
  • MCP Resources for audio summaries (JSON) and spectrograms (WebP)
  • OSC Daemon (JSON-RPC over TCP to OSC over UDP bridge)
  • Audio Analysis Pipeline (LUFS, RMS, Peak, stereo correlation, band energy, transient detection)
  • Spectrogram Generation (WebP, optimized for AI consumption)
  • CLI Interface for use with any LLM
    Requirements:
  • Ableton Live with AbletonOSC installed
  • Python 3.11+
  • uv (recommended) or pip
    See README.md for full setup instructions.