|
Hi all,
I am using the SimpleMIDIFile UGen.
The file does provide information for each event like this: [ 0, 1320, noteOn, 0, 50, 127 ]
I don't understand how to get the duration of the event.
I believed that array[1] was the time in ms in which the event happens, but it is not (I have compared it against the actual midi playing).
How can I understand the duration of the event?
Or better, do you know where either the duration or the onset-time of the event is stored?
Best
Luca
|