Anybody know if it's possible to play notes from text in C++? I know back in the day with QBasic you could make it play a string of notes given a note name and length and wanted to do something similar with C++. I was also looking around to see if there was a way to make a MIDI from text but haven't found anything on that and kinda think I'd end up having to write out a whole MIDI composition program if I really wanted to do that.