Is there a class that can convert a MIDI not (number) to a note name (e.g. F#4), and the other way around?
It’s easy to make myself, but I prefer to make use of Juce provided classes when possible.
Is there a class that can convert a MIDI not (number) to a note name (e.g. F#4), and the other way around?
It’s easy to make myself, but I prefer to make use of Juce provided classes when possible.
MidiMessage::getMidiNoteName
Thank you very much!