Hello, I'm a little lost here. What i'm trying to do is figure out a way to play a midi file back in a Vanilla PD patch
https://www.mail-archive.com/pd-list@iem.at/msg27247.html
After I read my midi file, looks like:
setparam 0 Time 0 0 999999 0 1000 200 0;
setparam 1 Pitch 0 0 127 60 12 4 0;
setparam 2 Vel 0 0 127 64 12 4 0;
setparam 3 Dur 0 1 99999 200 800 200 0;
setparam 4 Chan 0 1 16 1 8 1 0;
setparam 5 Track 0 1 32 1 8 1 0;
setparam 6 X1 0 0 999 0 80 20 0;
setparam 7 X2 0 0 999 0 80 20 0;
restore;
450 78 96 250 1 2 0 0;
250 78 96 250 1 2 0 0;
250 78 96 250 1 2 0 0;
250 78 96 250 1 2 0 0;
stop;
I figure out what to do next.
In the bottom left corner there is this object
[ route noteon noteoff polypressure cc pgm pitchwheel ]
and it says to copy/paste these commands to possibly filter the data that I want to be played. That's my only idea as of right now. Other than that, I'm completely lost.