Function note

  • Given a note literal (a note name or a note object), returns the Note object

    Parameters

    Returns Note | NoNote

    Example

    note('Bb4') // => { name: "Bb4", midi: 70, chroma: 10, ... }