Open fmodica opened 8 years ago
You can have:
[{ letter: "E", octave: 4 }, { letter: "E", octave: 2 }]
But not:
[{ letter: "E", octave: 4 }, { letter: "E", octave: 4 }]
Hopefully it is rare to want a tuning with 2 notes of the same pitch.
You can have:
But not:
Hopefully it is rare to want a tuning with 2 notes of the same pitch.