Is there a MIDI note <=> name converter?

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

2 Likes

Thank you very much!