v5.0.0
    Preparing search index...

    Interface ParsedNote

    interface ParsedNote {
        customTypes: string[];
        dots: number;
        duration: string;
        ticks: number;
        type: string;
    }
    Index

    Properties

    customTypes: string[]
    dots: number
    duration: string
    ticks: number
    type: string