CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2013
    Posts
    1

    Create a midi file using vb

    I am doing a mini vb program on midi files. I need help on how to create a midi file that only plays the musical notes. When the user press a key like C or A, the proocedure simply generate a midi tone that corresponds to only the pressed character and after ward saved the press character in midi form

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    4,486

    Re: Create a midi file using vb

    You can get the key pressed in the keypressed event or you can use the keydown or KeyUp events beyond that would need more info from you.
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Jan 2006
    Location
    Chicago, IL
    Posts
    14,589

    Re: Create a midi file using vb

    the MIDI format is available for download, except that it is over 900 pages of text.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2012 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!

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width