import { Ableton } from 'ableton-js'
import { setupRecordModeListener } from './utils/record-utils.js'
export let ableton: Ableton
export async function initAbleton(logger: any) {
ableton = new Ableton({ logger })
// Establishes a connection with Live
await ableton.start()
setupRecordModeListener(ableton.song)
}
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/xiaolaa2/ableton-copilot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server