I want to make a patch to generate simple melody. and I found [seq], I want to write the MIDI list for [seq], but...
what's the meaning as below:
0 144 60 100;
250 128 60 64;
Is "0"&"144" mean MIDI note, and "60" mean note number, 100 mean velocity, 250 mean duration?
and what is "128", "60" "64" mean in the second line? and where is tempo?
thanks a lot...
p.s. I'm really interested in MCU, such as C51. but I'm a jackeroo in C51 & PD... Can I make some patch and download to C51 or write some code in C, and download to C51, then connect PD and MCU via USB cable?