Skip to main content
Topic: MIDI and Visual Basic (Read 3107 times) previous topic - next topic

MIDI and Visual Basic

A friend of mine is programming in Visual Basic. Apparently VB has no command built in to send note info to the sound card (it can open a wave or midi file). He wants to send individual "play" commands to the card for chime like sound effects. Anybody know how to do this?

Re: MIDI and Visual Basic

Reply #1
Although playing with Visual Basic since quite some time I never tried to do anything with sound. I suppose it has something to do with the use of 'libraries'. The problem is to find out which ones and to know how to use them. A good start might be
http://members.tripod.lycos.nl/midisoft/

Good luck !


 

Re: MIDI and Visual Basic

Reply #3
Thanks to Rene for the quick response, and to all the others that make this forum so useful and at times, enlightening.