ableton-mcp-server-rag
Version:
Ableton Live MCP depend on Ableton JS
13 lines (12 loc) • 468 B
TypeScript
export declare const browserItemCache: Map<string, any>;
export declare enum ResourceType {
AUDIO_EFFECTS = "audio_effects",
INSTRUMENTS = "instruments",
PLUGINS = "plugins",
DRUMS = "drums",
SAMPLES = "samples",
MIDI_EFFECTS = "midi_effects",
SOUNDS = "sounds"
}
export declare function loadDevice(deviceId: string, trackId?: string): Promise<void>;
export declare function listResources(type: ResourceType): Promise<Record<string, any>>;