output MIDI pitch of a certain track ?
My friend wants to analyze the melody of some classic music MIDI files. He only needs the MIDI pitch data of the leading melody.
I was wondering if there is an object that can read multitrack MIDI file, and can export MIDI pitch data file of the track I specify.
I think there should be an object that can do this but I am not quite familar with MIDI object. Any suggestions ?
Thanks.
Chien-Wen
load it in [seq], then play it through [midiin] to split channels
pardon: [midiparse]
-110 (not enough coffeein)
Thank you very much.
It seems that seq and midiparse won't be able to output pitch data of a specified track, but output the pitch data from all the tracks through a single output.
Besides, seq only take single-track MIDI file.
I still find no way to get the pitch info of only one track from multitrack MIDI files. Any idea ?
If I am wrong, please let me know.
Thanks.