Open jarmitage opened 5 years ago
[Once library infrastructure is merged]
Proposal to add some utility features such as:
std::map<std::string, int> midiNoteNames float midiToFreq (int _note) int freqToMidi (float _freq) float noteNameToFreq (std::string noteName) std::string midiToNoteName(int _note) std::string freqToNoteName(float _freq)
Implementation:
I think this a great idea, we should try and build this into next update?
Go for it. Not sure what the best way to wrap it would be. Notes.h?
[Once library infrastructure is merged]
Proposal to add some utility features such as:
Implementation: