UNPKG

chromatone-theory

Version:

Music theory needed to create chromatone empowered apps

63 lines (62 loc) 632 B
export const notes = [ { name: 'A', pitch: 0, pos: 0, }, { name: 'A#', pitch: 1, pos: 1, }, { name: 'B', pitch: 2, pos: 0, }, { name: 'C', pitch: 3, pos: 0, }, { name: 'C#', pitch: 4, pos: 1, }, { name: 'D', pitch: 5, pos: 0, }, { name: 'D#', pitch: 6, pos: 1, }, { name: 'E', pitch: 7, pos: 0, }, { name: 'F', pitch: 8, pos: 0, }, { name: 'F#', pitch: 9, pos: 1, }, { name: 'G', pitch: 10, pos: 0, }, { name: 'G#', pitch: 11, pos: 1, }, ]