Are you refering to MCI (MultiMedia Command Interface)? If yes, assuming you loaded the sample code in VFP 6.0, try:
do (_samples+"\solution\solution.app"
Now choose Windows API -> Play multimedia files using MCI commands.
No thanks, I've already used MCI. I don't need to play MIDI file through foxpro, but I need to know if it is possible and how to manage MIDI devices from inside Foxpro, to build a simple module that could send MIDI commands (single notes to single MIDI channel).
I need to build a little "drummer trainer" for producing particular kinds of rhytmics.
I did some checking, and because some of the WinAPI calls to the MIDI functions require a CallBack address/function, you won't be able to do this directly in VFP (no native CallBack support). I'd look for an ActiveX control that can "front" these functions or create a COM server in VB, and call it from VFP.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.