-
Midi API's...
I know there are some Midi API's (3 i think) and that they allow you to play notes in VB... correct me if i'm wrong. I would like to know how to make a prgram that uses the Midi API's so that i could tell it that i want it to say, play a C, and it would, then a D, and it would, or any note. Is this possible? Please help. Thanx.
-
I dunno how to play notes but you should look in
the api viewer for the API's to do that;)
-
-
what you could do instead of doing that is, get a MIDI editor, one that makes you create MIDI's my writing their notes, and just make a MIDI that plays only C, and then make another MIDI that plays only D, and so on, and when the user of the program wants to play the note C, just have the API play the MIDI you created that plays the note C, get it?? I hope this wasnt confusing...
-
Thanks Osiris... I'll try that.