I'm currently writing a simple Win32 Console app (have to use console as its a uni assignment) and was wondering if I can use a MIDI library with it to produce sounds or have I got to rely on using a beep?
If I can, is there an in-built one in windows, like a Windows Multimedia API or MIDI API or something?
If its an external library, how do i link it to my program (ie, where does it get saved)? I'm very new to C++ and for this assignment, I will need to keep the source code available as well as a complied exe file (as it will need marking). Excuse me if i'm not making a huge amount of sense haha