32 step midi multi instrument sequencer
Hey all,
I thought I would post a patch here in the spirt of sharing, see if anyone may have a use or may find it useful for writing tracks.
It is a 32 step midi multi instrument sequencer. Each step has an assignable midi note, using gate logic each step can trigger multiple instruments x3 on the same step.
I have built in a mute line youll need to patch msp instruments into so if you scroll between programmed sequencers using preset/ pattrstorage avoids audio spikes.
receive objects are sitting out side the sequencer (keep the names the same or sequencer will not retrigger) receive objects will receive midi notes to each instrument assigned from the sequencer.
Sharing because I have used alot of code from forums and online to learn happy to gove back.
If you find it useful, drop us a line @polyphonic romance (instagram)
Enjoy
I am dropping a line with few observations here because I don't use instagram...
gate keeps highest inlet open in case it receives > then set outlets at left inlet.
this below opens 7th outlets instead of closing them.

maybe you wanted this instead ?

....
no velocity, no note length ?
maybe this is for one shot short samples ?
Thats a good pick up... thank you :)
I remember that bug when I made it a few versions back :) do you have any suggestions?? Id be keen to here :)
No velocity for now triggers short drum sound patterns Ill build in velocity in later versions I think FM synths need to find their way in they will demand velocity :)
I suggested what you see on the 2nd screenshot.
you could rearange umenu items like this:
---, bass, foldFM, snare, hats, click, voc, euc
but it would mean you need to reset your presets
because you stored umenu number and not symbol in pattr
if that is not acceptable, you can keep current menus but turn 8 into 0

if I look at all that toggles, menus etc I find it needs too much
mousing arround to set 32 steps.
would you not try matrixctrl to activate steps ?
and multislider to set notes ?
only one router for 7 instrument destinations is enough instead of 32
and so on ...
I like it man, yeah matrix control would make it heaps easier hey.
I think I'll do that when I revamp this version.
Thank you for the feedback much appreciated ❤️