Accessing MIDI ports
Hello.
I've been reading up and studying C/C++ for a while, and have found a project to help deepen my understanding of the language. I'm a beginner at C/C++, but I learn quick.
Currently, I'm in the research phase of the project. I'm digging for information that will reveal the approaches I need to take to make the project work.
I plan on developing this program for Windows 95/98/00/XP.
In this project, I want to access the MIDI/game (MPU-401?) port, to both send and receive commands. I've been hunting on the web, and can't seem to get further than knowing I need to use a library called MSVCRT40.DLL.
Does anyone know where I can find more (low-level) details on this library? Has anyone used this before?
Thanks.
I've been reading up and studying C/C++ for a while, and have found a project to help deepen my understanding of the language. I'm a beginner at C/C++, but I learn quick.
Currently, I'm in the research phase of the project. I'm digging for information that will reveal the approaches I need to take to make the project work.
I plan on developing this program for Windows 95/98/00/XP.
In this project, I want to access the MIDI/game (MPU-401?) port, to both send and receive commands. I've been hunting on the web, and can't seem to get further than knowing I need to use a library called MSVCRT40.DLL.
Does anyone know where I can find more (low-level) details on this library? Has anyone used this before?
Thanks.
