Getting multislider info into seq~
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!
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.
Have a look at the modsquad-seq patch in /examples/legacy examples folder,
Cheers
Roger
That looks much better! Thanks