Blazor Web Assembly #221
seanjmiller
started this conversation in
General
Replies: 1 comment 6 replies
-
|
Can you please provide details of what errors with native API do you have? It would be great if you provide me your entire solution so I can reproduce the issue. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to port my Windows Forms app to Blazor Web Assembly. Not surprised there are issues with Native code so I tried switching to the Nativeless and OutputDevice is not a member. I did see the documentation on the Nativeless version clearly stating this. Is there anything I can do to Playback a midi file? Thanks
Here is the last few lines of my code for reference:
using (var outputDevice = OutputDevice.GetByName("Microsoft GS Wavetable Synth")) using (var playback = midiFile.GetPlayback(outputDevice)) { playback.Play(); }Beta Was this translation helpful? Give feedback.
All reactions