Function intervalsToNotes
(): Arrayexternal Array<PitchClasstype PitchClassPitchClass | Notetype NoteNote>
Creates an array of notes from a note/pitch class & an array of intervals.
· note - undefined
· pattern - undefined
Returns
undefinedExample
notesFromPattern('C4', [0, 2, 4, 5, 7, 9, 11]) // => ['C4', 'D4', 'E4', 'F4', 'G4', 'A4', 'B4']