Skip to content

A C# MIDI library, using rtmidi as the underlying API.

License

Notifications You must be signed in to change notification settings

dodgyrabbit/managed-rtmidi

Repository files navigation

managed-rtmidi

managed-rtmidi is based on the (now abandonned) project managed-midi. Credit to Atsushi Eno and all the work that was done on this. This is a much more simplified version of that work, that specifically targets rt-midi as the underlying API.

What is special about managed-rtmidi?

  • It is simple to use in your Linux or Raspberry PI projects
  • There is no nuget magic
  • Works on 32 and 64 bit CPUs
  • Supports virtual output port on rtmidi
  • More comments and documentation in the code to understand what's going on
  • Classes refactored into seperate files, various coding standard changes

For the most part, the code is still "compatible" with the abstractions in managed-midi.

Prerequisites

You need rtmidi on your system.

About

A C# MIDI library, using rtmidi as the underlying API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages