Releases: peterkolbe/ableton-for-ai
Releases · peterkolbe/ableton-for-ai
v0.1.7
Ableton for AI v0.1.7
Install
pip install ableton-for-ai==0.1.7Or use directly via uvx:
{
"mcpServers": {
"ableton-for-ai": {
"command": "uvx",
"args": ["ableton-for-ai==0.1.7"]
}
}
}Full Changelog: v0.1.6...v0.1.7
v0.1.6
Ableton for AI v0.1.6
Install
pip install ableton-for-ai==0.1.6Or use directly via uvx:
{
"mcpServers": {
"ableton-for-ai": {
"command": "uvx",
"args": ["ableton-for-ai==0.1.6"]
}
}
}Full Changelog: v0.1.5...v0.1.6
v0.1.5
Ableton for AI v0.1.5
Install
pip install ableton-for-ai==0.1.5Or use directly via uvx:
{
"mcpServers": {
"ableton-for-ai": {
"command": "uvx",
"args": ["ableton-for-ai==0.1.5"]
}
}
}Full Changelog: v0.1.4...v0.1.5
v0.1.4
Ableton for AI v0.1.4
Install
pip install ableton-for-ai==0.1.4Or use directly via uvx:
{
"mcpServers": {
"ableton-for-ai": {
"command": "uvx",
"args": ["ableton-for-ai==0.1.4"]
}
}
}Full Changelog: v0.1.3...v0.1.4
v0.1.3
Ableton for AI v0.1.3
Install
pip install ableton-for-ai==0.1.3Or use directly via uvx:
{
"mcpServers": {
"ableton-for-ai": {
"command": "uvx",
"args": ["ableton-for-ai==0.1.3"]
}
}
}Full Changelog: v0.1.2...v0.1.3
v0.1.2
Ableton for AI v0.1.2
Install
pip install ableton-for-ai==0.1.2Or use directly via uvx:
{
"mcpServers": {
"ableton-for-ai": {
"command": "uvx",
"args": ["ableton-for-ai==0.1.2"]
}
}
}Full Changelog: v0.1.1...v0.1.2
v0.1.1
Ableton for AI v0.1.1
Install
pip install ableton-for-ai==0.1.1Or use directly via uvx:
{
"mcpServers": {
"ableton-for-ai": {
"command": "uvx",
"args": ["ableton-for-ai==0.1.1"]
}
}
}Full Changelog: v0.1.0...v0.1.1
v0.1.0 - Initial Public 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.