CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: about midi

  1. #1
    Guest

    about midi

    How can I play a MIDI resource from any position


  2. #2

    Re: about midi

    There is a whole family of Win32 functions that start with "mci" that handle this (::mciSendCommand( ), for example). If you can't find any example code here or elsewhere, let me know and I can cobble some together.

    LA Leonard - Definitive Solutions, Inc.

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

Featured