validate-note
Version:
🎼 Validates a note (scientific pitch notation) and throws errors if needed
1 lines • 81 B
JavaScript
export default ["C", "C#", "D", "D#", "E", "F", "F#", "G", "G#", "A", "A#", "B"];
🎼 Validates a note (scientific pitch notation) and throws errors if needed