NFugue
NFugue copied to clipboard
Compatibility with .Net Core
trafficstars
Hi,
would it be possible to change the hard dependency to winmm.dll to something more cross-platform?

Thanks!
This would probably require writing some platform-specific code for other OSes than Windows, because Sanford.Multimedia.Midi is using P/Invoke for interacting with timers (and therefore supports only Windows). Possibly there is some other library for MIDI supporting .NET Core which could be used. I'll try to look into it in some spare time (but I cannot guarantee when it will be). If you have any ideas, feel free to open a PR.