Documentation
    Preparing search index...

    Automatically interpolates between a set of pitched samples.

    type Sampler = {
        triggerAttackRelease: (
            notes: string[] | string,
            duration: Time | Time[],
            time?: Time,
            velocity?: number,
        ) => void;
    }
    Index
    triggerAttackRelease: (
        notes: string[] | string,
        duration: Time | Time[],
        time?: Time,
        velocity?: number,
    ) => void

    Plays the passed notes.