Skip to main content
Topic: Programmed composition? (Read 4179 times) previous topic - next topic

Programmed composition?

I am too lazy to decide which notes I want to use. Being a C++ keeny as well as a musician, I'd like to write a program to choose my notes for me (within parameters). Would the .h file for the nwmidi.dll file, plus a little documentation from you, help me write such a program?

Re: Programmed composition?

Reply #1
We do not publish the interface for our play back engine. However, Microsoft does publish a multimedia API that might help you. Refer to your Microsoft developer materials for details on the API (MMSYSTEM).

Re: Programmed composition?

Reply #2
Thanks for that pointer!