UNPKG

@xiaolaa2/ableton-copilot-mcp

Version:
12 lines (11 loc) 411 B
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>>;