melanchall / drywetmidi

.NET library to read, write, process MIDI files and to work with MIDI devices
https://melanchall.github.io/drywetmidi
MIT License
545 stars 75 forks source link

Compatibility with Mono #30

Closed eriveraa closed 5 years ago

eriveraa commented 5 years ago

Hi melanchall, I would like to know if drywetmidi is compatible with Mono. I need to know this because i want to compile my .net application (which uses drywetmidi) with mono in order to run on macos and linux. Waiting for your kindly response. Eduardo.

melanchall commented 5 years ago

Hi Eduardo,

The code of the library is compatible with Mono, BUT devices API is Windows only at now. If you need only API for working with MIDI files, there will be no any problems to use the library on any platform Mono supports.

Max