Given a note literal (a note name or a note object), returns the Note object
note('Bb4') // => { name: "Bb4", midi: 70, chroma: 10, ... } Copy
note('Bb4') // => { name: "Bb4", midi: 70, chroma: 10, ... }
Given a note literal (a note name or a note object), returns the Note object