Click here to Skip to main content
15,879,095 members
Articles / Desktop Programming / Win32

Midi: A Windows MIDI Library in C#

Rate me:
Please Sign up or sign in to vote.
5.00/5 (17 votes)
6 Jul 2020MIT33 min read 72.4K   1.1K   27  
Provides a complete managed API for working with MIDI files, sequences and devices
Midi is a small library providing a full featured, easy to use managed wrapper over Microsoft Windows' MIDI API, as well as providing for reading, writing and manipulating MIDI files and in-memory MIDI sequences. It is smaller than other libraries like Dry Wet MIDI and lower level in many ways.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions