• Stars
    star
    165
  • Rank 227,854 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Full sources of the famous C# MIDI toolkit on CodeProject by Leslie Sanford

Sanford.Multimedia.Midi

This is all source code of the C# MIDI toolkit from CodeProject by Leslie Sanford.

Improvements:

  • 64-bit compatible
  • Windows 8 and 10 compatible
  • Mono framework compatible on Windows
  • Does not require additional assemblies
  • Faster midi file reading in Release build

Also avaliable on Nuget.org

PM> Install-Package Sanford.Multimedia.Midi

If you have any improvement or fix to this library, please don't hesitate to make a fork and open a pull request.

MIT License

Credits:

http://www.codeproject.com/Articles/6228/C-MIDI-Toolkit

https://code.google.com/p/vsticks/