|
-
Sep 22nd, 2001, 04:40 PM
#1
Thread Starter
Addicted Member
MIDI Help
i did a search on how to play midis here on vbworld.com and i did everything it told me, and i also got it to play the midi, but theres one problem, when the midi is playing my program is frozen and as soon as the midi finishes my program unfreezes, how would i go about in making my program run while the midi is playing??
-
Sep 22nd, 2001, 05:24 PM
#2
Your program is not frozen really, the program has jumped to another program which doesn't respond to your mouse/key events.
If you want to have your program continue to respond, you'll need to investigate threading - creating a separate thread for your midi playing. You can't do this in VB very easily, or very well.
It's C++ time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|