melanchall / drywetmidi

.NET library to read, write, process MIDI files and to work with MIDI devices

Home Page:https://melanchall.github.io/drywetmidi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About multi-platform support in unity

Personuo opened this issue · comments

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?

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

Oh, thank you!

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