Skip to main content
Glama

start_playback

Begin playback of the current Ableton Live session to start music production or continue working on tracks.

Instructions

Start playing the Ableton session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The MCP tool handler function 'start_playback' that triggers playback in the Ableton session via _run.
    def start_playback(ctx: Context) -> str:
        """Start playing the Ableton session."""
        try:
            _run("start_playback")
            return "Started playback"
  • The actual Ableton Remote Script method that interacts with the Ableton Live Object Model to start playback.
    def _start_playback(self):
        """Start playing the session"""
        try:
            self._song.start_playing()

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FreeRiverHouse/ableton-flow'

If you have feedback or need assistance with the MCP directory API, please join our Discord server