MMControl Help
-
I am attempting to use 3 different MMControls in VB 6.0 - NOT .NET. These controls cause/throw no errors when I am using them, but only one is playing a sound. This is the code I use to initialize the 3 controls (all get the same initialization) UpMidi.Notify = False UpMidi.Wait = True UpMidi.Shareable = False UpMidi.DeviceType = "Sequencer" UpMidi.FileName = "UpBeat.mid" UpMidi.Command = "Open" UpMidi.Command = "Play" I have tried setting shareable to true (which then no sound plays), setting notify to true, wait to false, etc. Documentation on this has been little to none and I have no idea what to do from here. All 3 files must be played at the same time. It is testing a music student their capabilities to keep track with the beat, so it must provide them feedback. Any and all help would be greatly appreciated. ;) Thank you, Red Sunday ----------------- http://www.zachcalvert.com