atsushieno / managed-midi

[Past project] Cross-platform MIDI processing library for mono and .NET (ALSA, CoreMIDI, Android, WinMM and UWP).
MIT License
195 stars 26 forks source link

remove librtmidi.so and librtmidi.dylib from builds #22

Closed atsushieno closed 5 years ago

atsushieno commented 5 years ago

It is annoying to provide DLLs for every possible environment. Since having their binaries inside the repo implies that we provide verified builds (which is not true), we should rather remove them and let library users provide them instead.

We have platform-native implementation nowadays, so it should not matter in practice.

atsushieno commented 5 years ago

done at d6075f5.