UNPKG

@mseep/ableton-copilot-mcp

Version:
4 lines (3 loc) 257 B
import { Clip } from 'ableton-js/ns/clip.js'; export declare function removeNotesExtended(clip: Clip, fromPitch: number, pitchSpan: number, fromTime: number, timeSpan: number): Promise<any>; export declare function removeAllNotes(clip: Clip): Promise<any>;