@onjmin/dtm
    Preparing search index...

    Type Alias SequencerTrack

    type SequencerTrack = {
        id: string;
        notes: Note[];
        volume: number;
    }
    Index

    Properties

    Properties

    id: string
    notes: Note[]
    volume: number