Sunday, June 06, 2010

A MIDI toolkit for .NET

The Windows MIDI API is shipped with the Windows SDK. It is developed as most Microsoft API’s – hard to understand and troublesome.

Luckily for .NET developers, there is an amost complete MIDI toolkit developed in C#.

This is the fifth version of my .NET MIDI toolkit. I had thought that the previous version was the final one, but I have made many changes that have warranted a new version. This version takes a more traditional C#/.NET approach to flow-based programming, which I'll describe below. I wasn't comfortable with version four's implementation along these lines, so I took a step back and made changes that keep the flow-based approach while remaining within C#/.NET accepted idioms. I'm hoping that this will make the toolkit easier to use and understand.

You can download the toolkit from here.

Technorati Tags: ,,

Labels: ,

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home