I need to parse a MIDI file and generate note-on messages at the right moments.
I'm currently using a port of http://csharpsynthproject.codeplex.com/ (this is the port here)
The problem with this port is that the sequencer and the synth are so heavily wrapped up in one another that it is a major headache to try to separate them.
Hence I am looking for an alternative approach.
π