output MIDI pitch of a certain track ?

Cheng Chien-Wen's icon

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

Roman Thilenius's icon

load it in [seq], then play it through [midiin] to split channels

Roman Thilenius's icon

pardon: [midiparse]

-110 (not enough coffeein)

Cheng Chien-Wen's icon

Thank you very much.

Cheng Chien-Wen's icon

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.

pdelges's icon