Building something similar to incredibox(music sequencer)

extremelt's icon

Hi everyone,
I'm using maxmsp(5/6) and building a project for university. I have a simple question:
Any pre-made codes/maxmsp patches or simply anything, what could help me to build a music sequencer like the incredibox has got?
I already got few music sequencers running, but the feature that i'm looking for is: adding of a song (sequencer used music parts) >>> at start of a new chord/music sequence <<

Any help will be appreciated,
Paul

extremelt's icon

I have no idea how to edit my previous post, anyway the problem is solved. For those, who wonder how:
I found a patcher(metronome-like) for counting the beat based on BPM that you input as integer and bangs on the beat.
Afterwards i count all those outputted beats and do the modulus, in order to find the required ones.
When the modulus ==0 && I have an input in queue(did toggle for that) ----> Play music.