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

WinRT backend #31

Merged
merged 6 commits into from
Dec 28, 2017
Merged

WinRT backend #31

merged 6 commits into from
Dec 28, 2017

Conversation

Boddlnagg
Copy link
Owner

@Boddlnagg Boddlnagg commented Dec 21, 2017

Fixes #24.

Interestingly, playing around with the test_forward example, I found that the WinMM backend is slower than the WinRT backend when I just forward from a MIDI controller to the built-in Microsoft GS Wavetable Synth. With WinMM there's a noticable delay, but with the new WinRT backend it's actually real-time!

This PR depends on (i.e. includes) #26. Hence, #26 should be merged before this.

Currently a git version of the winrt crate is used. PR should not be merged until a new version has been released.

@Boddlnagg Boddlnagg force-pushed the winrt-backend branch 3 times, most recently from 4158aca to 861361f Compare December 21, 2017 18:18
@Boddlnagg
Copy link
Owner Author

CI is blocked on retep998/winapi-rs#539

@Boddlnagg
Copy link
Owner Author

It might be interesting to try and make WinRT the default backend with transparent runtime fallback to WinMM. This is somewhat subsumed by #4, but might be easier than full-blown dynamic backend selection.

@Boddlnagg Boddlnagg merged commit 0ae53d2 into master Dec 28, 2017
Boddlnagg added a commit that referenced this pull request Dec 28, 2017
@Boddlnagg Boddlnagg deleted the winrt-backend branch December 28, 2017 17:27
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

Successfully merging this pull request may close these issues.

1 participant