NFugue icon indicating copy to clipboard operation
NFugue copied to clipboard

Compatibility with .Net Core

Open yudhistira-arya opened this issue 7 years ago • 1 comments
trafficstars

Hi,

would it be possible to change the hard dependency to winmm.dll to something more cross-platform?

image

Thanks!

yudhistira-arya avatar May 27 '18 08:05 yudhistira-arya

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.

mchudy avatar May 27 '18 20:05 mchudy