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

    Interface JinsExportOptions

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

    Properties

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