NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: jclarke on 1997-10-13 04:00 am

Title: Programmed composition?
Post by: jclarke on 1997-10-13 04:00 am
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?
Title: Re: Programmed composition?
Post by: NWC-Support on 1997-10-14 04:00 am
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).
Title: Re: Programmed composition?
Post by: John Clarke on 1997-10-20 04:00 am
Thanks for that pointer!