Results 1 to 2 of 2

Thread: MIDI Help

  1. #1

    Thread Starter
    Addicted Member Osiris's Avatar
    Join Date
    Oct 2000
    Location
    Dimension Hole
    Posts
    142

    Angry 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??

  2. #2
    jim mcnamara
    Guest
    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
  •  



Click Here to Expand Forum to Full Width