Arabic Maqām Network - TypeScript Library Documentation - v0.1.0
    Preparing search index...

    Interface MaqamExportOptions

    interface MaqamExportOptions {
        includeTuningSystemDetails: boolean;
        includePitchClasses: boolean;
        includeTranspositions: boolean;
        includeMaqamatModulations: boolean;
        includeAjnasModulations: boolean;
        progressCallback?: (percentage: number, step: string) => void;
    }
    Index

    Properties

    includeTuningSystemDetails: boolean
    includePitchClasses: boolean
    includeTranspositions: boolean
    includeMaqamatModulations: boolean
    includeAjnasModulations: boolean
    progressCallback?: (percentage: number, step: string) => void