Playing MIDI files in VB4? 
Author Message
 Playing MIDI files in VB4?

Is there an easy way to play MIDI files inside VB4?

 I checked the multimedia control, its general help says: "Conceptually,
this control is a set of push buttons that issues MCI commands to devices
such as audio boards, MIDI sequencer".....but the DeviceType specifically
leaves out MIDI.

Do I have to go to a API set of calls? there are a ton of them. If I do,
does anyone have a sample?

Thanks for any help!
Mark



Thu, 30 Dec 1999 03:00:00 GMT  
 Playing MIDI files in VB4?



Quote:

> Is there an easy way to play MIDI files inside VB4?

>  I checked the multimedia control, its general help says: "Conceptually,
> this control is a set of push buttons that issues MCI commands to devices
> such as audio boards, MIDI sequencer".....but the DeviceType specifically
> leaves out MIDI.

        MCI supports MIDI files.  Just set the DeviceType to "Sequencer".


Thu, 30 Dec 1999 03:00:00 GMT  
 Playing MIDI files in VB4?

Quote:

> Is there an easy way to play MIDI files inside VB4?

>  I checked the multimedia control, its general help says:
> "Conceptually,
> this control is a set of push buttons that issues MCI commands to
> devices
> such as audio boards, MIDI sequencer".....but the DeviceType
> specifically
> leaves out MIDI.

> Do I have to go to a API set of calls? there are a ton of them. If I
> do,
> does anyone have a sample?

> Thanks for any help!
> Mark


   Put This In The Source Code Of A Button(Or Form If You Want It To
Start Playing Right Away) to play a wav or midi

iResult = mciExecute("Play c:\windows\thewav.wav")



Thu, 30 Dec 1999 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Playing midi file with VB4(32bit)

2. How can I play Wave or Midi Files in VB4.0 32-Bit

3. how I can play midi file in my VB4 Forms

4. Playing WAV files and MIDI files

5. Midi to play on load (VB4)

6. MIDI playing and multiple MIDI's.

7. How to Auto play a MIDI file when document opens

8. Playing a MIDI file when doc opens

9. Playing Midi files from QB 4.5

10. Playing Midi Files In quickbasic 4.5

11. Playing Midi Files on the SB in Quickbasic 4.5

12. Playing MIDI files with QBASIC

 

 
Powered by phpBB® Forum Software