I have a MIDI file.
I can read it and show it in a piano-roll format.
\\\
mma=readmidi(filename,1);
Minf = midiInfo(mma);
[PR,t,nn] = piano_roll(Minf,1);
imagesc(t,nn,PR);
\\\
I took the orders from MIDI
I did'nt find how to show the MIDI in a music notes sheets format (normal music sheets). I tried to create in by myself (drowing lins and circles)but this way is verry difficalt.
Do matlab have a simple way to do this? Do you have any offers for me?

Réponses (1)

Joseph Cheng
Joseph Cheng le 23 Fév 2015

0 votes

you might want to check out the stackoverflow submission http://stackoverflow.com/questions/19954393/sheet-music-using-matlab-gui you can possibly do something similar.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by