melanchall / drywetmidi

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

About multi-platform support in unity #236

Closed Personuo closed 1 year ago

Personuo commented 1 year ago

Hi, is it possible to provide a table that tells us the current version what features drywetmidi can support in each of the different platforms?

I currently only need to read midi files and visualize the music on android, ios, win, osx and will not use any midi device input and output. Will there be any problems?

melanchall commented 1 year ago

Hi,

Great idea! I'll definitely provide such a table in couple of days.

As for reading a MIDI file, it should work on all platforms .NET supports. So if we're talking about .NET 6+, then yes, you can read a file on all platforms you've specified.

Thanks, Max

Personuo commented 1 year ago

Oh, thank you!

melanchall commented 1 year ago

I've added Supported OS article to the library docs.