Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with .Net Core #3

Open
yudhistira-arya opened this issue May 27, 2018 · 1 comment
Open

Compatibility with .Net Core #3

yudhistira-arya opened this issue May 27, 2018 · 1 comment

Comments

@yudhistira-arya
Copy link

Hi,

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

image

Thanks!

@mchudy
Copy link
Owner

mchudy commented May 27, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants