CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2003
    Posts
    322

    Looking for guidance (experience) with Midi Programming

    I've found several VB projects which do various types of Midi I/O, but haven't found the information I'm looking for.

    I want to send/receive Midi System Exclusive (sysex) data, which is much more timing critical than note messages. I'm not really interested in making a sequencer, or playing or recording midi files. I just want to be able to write the low-level code to do patch dumps via sysex.

    Ideally, I'd like to create a DLL which can be loaded by a VB (or other) app.

    If you've got this experience I would appreciate a reply, perhaps with some pointers to good resources. I've got a list of functions from the MSDN, but no really good tutorial on how to put these together do send sysx messages.

    I will only be using Windows XP, and don't think the MCI functions are the way to go these days.


    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Looking for guidance (experience) with Midi Programming

    How about right in our backyard? Just noticed this (from google)

    http://www.codeguru.com/vb/gen/vb_mu...cle.php/c1095/
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jul 2007
    Posts
    1

    Lightbulb Re: Looking for guidance (experience) with Midi Programming

    check out the midi dev group at google:
    http://groups.google.com/group/mididev

    and this code project article:
    http://www.codeproject.com/cs/media/MIDIToolkit.asp

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Looking for guidance (experience) with Midi Programming

    Umm.

    1) We all can Google

    2) This is the VB6 forum, not C#

    Welcome to the forums, and all, but you should observe before you decide that you're an expert. When you do, start posting answers.
    Last edited by dglienna; July 25th, 2007 at 02:01 AM.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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