|
-
Nov 29th, 2006, 11:37 PM
#1
Thread Starter
New Member
Vb genral question
Hi. I have visualstudio.net 2005 professional. I am wanting to start learning to program. I have a question about visualBasic. Does it have native midi support?What I'm trying to ask is does it have midi (properties and methods) without having to write my own midi class. I have found that a program called "Real Basic" does have this support to an extent. Thanks
-
Nov 29th, 2006, 11:41 PM
#2
Re: Vb genral question
VB.NET has support for the WAV format but not MIDI. You can use the Windows API and MCI with MIDI files. You may like to follow the Mentalis link in my signature and check out their Multimedia class. It was written for .NET 1.1 but may work as is in .NET 2.0. If not it should only require minor changes.
-
Nov 29th, 2006, 11:46 PM
#3
Thread Starter
New Member
Re: Vb genral question
Dang! Thanks for the quick response. Do you know about c++.net at all? Does it have midi support? I know it is probably alot harder to learn, but I'm willing to invest the time. I am checking out that link you gave me as well.
-
Nov 30th, 2006, 12:43 AM
#4
Re: Vb genral question
All .NET languages use the same .NET Framework class library so it doesn't make any difference which language you use.
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
|