How to read MIDI file in C#?
Posted
by melculetz
on Stack Overflow
See other posts from Stack Overflow
or by melculetz
Published on 2010-05-16T22:59:44Z
Indexed on
2010/05/16
23:10 UTC
Read the original article
Hit count: 209
Do you know any library in C# that I can use in order to read an existing *.mid file? I want to draw the sound frequency graph for the MIDI file, but I cannot get the inner data. I tried using NAudio and Alvas.Audio, but I wans't able to read a MIDI file. Any suggestions?
© Stack Overflow or respective owner