MidiSharp
MidiSharp copied to clipboard
C# library for reading, writing, and manipulating MIDI (*.mid) files.
Is there a way to manipulate tempo?
Hi Stephen! I'm embedding this lib into my midi-related project, and I came up with the need to render a timeline of events from a midi file. This is easy...
Loving this midisharp reader! I am trying to get the length of a miditrack, so am grabbing the EndOfTrackMidiEvent (which exists in the track), however the deltaTime is always zero....