midiFile.GetPlayback
See original GitHub issueWhen loading in huge midi’s, it works. But when you call midiFile.GetPlayback(outputDevice);
everything freezes for awhile, sometimes this can be a long time
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Playback – Overview | DryWetMIDI
Playback class allows to play MIDI events via an IOutputDevice (see Output device article) or without a device at all (see Playback without...
Read more >Overview | DryWetMIDI
Overview. DryWetMIDI is the .NET library to work with MIDI data and MIDI devices. It allows: Read, write and create Standard MIDI Files...
Read more >MIDI File Playback Help / Hiring Dev
MIDI files load fine - MIDI playback does not. It *was* working, and then stopped - now I can only get playback on...
Read more >NAudio - Playing back MIDI from Stream
I'm making a game and using NAudio to play back sounds. I want to play a MIDI file for music looping in the...
Read more >Midi playback module - MOD WIGGLER
Hi A big part of my setup relies on composing midi files in Ableton. These files are played back on my disting Mk4...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, also I ended up using a
Thread
to do it (SetProcessorAffinity
for theThread
as well), which did actually make it a bit faster. Also, thank you for this amazing project 👍🚀 5.2.1 version is released now!
Prerelease NuGet packages will be unlisted soon, so please update the package references to the new version.
Thanks for using the library!