Function names

  • Return the natural note names without octave

    Parameters

    • Optional array: any[]

    Returns string[]

    Function

    Example

    Note.names(); // => ["C", "D", "E", "F", "G", "A", "B"]