MetaSequencer node #82
Replies: 1 comment 8 replies
-
Hello Mr Frogman. I think something like this could work. I've thought about sequencing patterns before as well. The way I was thinking of doing it is that each sequencer could get an additional row where you could drag and drop the patterns into a metasequence. So essentially, each sequencer would have its own metasequence where you could drag and drop the squares numbered 1-8. The upside is that it's a bit visually cleaner IMO. The downside is that you can't programmatically control it. In general I do want to take time to consider the options carefully. I like minimalism, and the issue with a change like that is that if we add extra inputs and outputs, people will start relying on them. Minimally, if we added a "pat" input to the sequencers which expects an integer value, that seems doable 🤔 |
Beta Was this translation helpful? Give feedback.
-
I'd love to be able to metasequence: automate switching between the eight sequencer patterns.
I propose a new node called MetaSeq or SeqSeq, very similar to MonoSeq, but with a fixed eight rows. It outputs a number between one and eight. It has a trigger input instead of a clock, which increments the pattern by one frame.
To complete the system, the two existing sequencers, as well as this new one, get an additional input and output:
The input is a pattern chooser, perhaps called patt, which takes a number between one and eight.
The output is a signal called bar, which triggers on the last note of each pattern, and is meant generally to be hooked up to the trigger input of a MetaSeq.
Beta Was this translation helpful? Give feedback.
All reactions