Documentation
    Preparing search index...

    Type Alias Part

    A collection of Tone.Events which can be started/stopped and looped as a single unit.

    type Part = {
        clear: (time?: Time) => void;
        start: (time: Time) => void;
    }
    Index
    clear: (time?: Time) => void

    Clears the part.

    start: (time: Time) => void

    Starts the part.