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

    Converts an Arabic note name to its corresponding English note name.

    This function provides a mapping from Arabic musical note names to their Western equivalent note names. It's essential for cross-cultural music theory communication and display purposes in the maqam analysis system.

    The function uses a comprehensive mapping table to convert between Arabic musical terminology and Western notation systems.

    The Arabic note name to convert

    The corresponding English note name, or "--" if not found

    type EnglishNameOptions = {
        prevEnglish?: string;
        prefer?: "sharp" | "flat" | "auto";
    }
    Index

    Properties

    prevEnglish?: string
    prefer?: "sharp" | "flat" | "auto"