reading midi
[seq] does not open multitrack midi files? (at least in max 4?)
how can i read multitrack midifiles with maxmsp in order to build myself a list editor for midi data?
You might try [detonate]. It will open multitrack files. It all depends what you need to do with it, but [detonate] isn't a sequencer. It also doesn't seem to recognize controllers, but I may not have seen how to do that.
ahhhh there it is. thank you.
what i need to do is _explode tracks and _detonate them into different kind of messages such as notes, velocity, and channel, so [detonate] is built exactly for that. i forgot about detonate because that is the first time i am doing something with midifiles in max.
Hi!
Is there a way to know about the tempo (bpm) of a midi file or it's duration?
best regards