simple MIDI drum machine problem
Hi everyone, could any one give me a hand, im just starting out really in the Max world, I've spent a fair bit of time on MSP, but im having problems with midifiles.
I have no problem programming the drum-machine through the max midi objects, but im trying to sequence it from midi files which are already on my computer, ive tried the seq~ object but it tells me it there's too much going on, the mtr~ object on the other hand reads the files no problem, however i've had no joy getting anything out of it. Can anyone point me in the right direction please?
cheers
Joe
I tend to use [detonate] which makes MIDI files fairly simple to parse.
lh
[seq] (no tilde) for Type 0 MIDI files, or [detonate] for Type 1, which most will be. You should be able to get where you're going, though [detonate] will take a bit of time to work through. Can't wait for the new GUI that's in the works for it!
Thanks a lot, ill have a go at that.