Getting multislider info into seq~

mike fonte's icon
Max Patch
Copy patch and select New From Clipboard in Max.

I've been trying to make an "audio rate" step sequencer, to improve timing in my max patch. I want the values from the multislider, to be paired with the positions of 16 steps, into seq~. The patch essentially does this, but there are some clunky parts (denoted by red text), that could be designed better. Since this is my first attempt with seq~, I'm looking for help with the clunky parts, but also general advice for using seq~ as a step sequencer. Thanks!

mike fonte's icon

btw, for the patch to work, "play" should be enabled, and message"seq aseq" (on left side of seq~) should be re-banged. They are set to loadbang, but when the patch is initially copy/pasted, they'll need to be re-banged.

roger.carruthers's icon

Have a look at the modsquad-seq patch in /examples/legacy examples folder,
Cheers
Roger

mike fonte's icon

That looks much better! Thanks