recursive subpattern trigger?

Post Reply
User avatar
DJ Saint-Hubert
Posts: 65
Joined: Thu Apr 19, 2012 11:57 pm

recursive subpattern trigger?

Post by DJ Saint-Hubert »

ahaha this is kind of a stupid feature request but I noticed Pattern XP's subpattern trigger seems only to go one layer down, as in if pattern 1 triggers pattern 2, and pattern 2 has a trigger for pattern 3, only 2 would be triggered when pattern 1 plays. This might crash/freeze Buzz if pattern 1 triggers 2 and 2 triggers 1 or something like that, though. But I'd love to mess around with tracks made entirely from one huge chain reaction of subpatterns

To elaborate I would like it if subpatterns could trigger subpatterns within the triggered subpattern and do so to infinity potentially
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: recursive subpattern trigger?

Post by oskari »

It should work. Try some early build, maybe I broke it later.
User avatar
DJ Saint-Hubert
Posts: 65
Joined: Thu Apr 19, 2012 11:57 pm

Re: recursive subpattern trigger?

Post by DJ Saint-Hubert »

Nope, doesn't work with build 1199 (I assume that's early enough or is that too early)

it would be nice if pattern 1 could call itself and stuff like that too, like two instances of the pattern at once. The whole thing is pretty confusing honestly

But yeah, I tried to do a 1 --> 2 --> 1 repeating loop with one initial trigger but it doesn't work

so um another way to put it would be one pattern could set off a kind of tree structure, like 1 calls 2,3 and 3 calls 1 and all the parts of the tree play simultaneously (just once for each I guess so the stack doesn't overflow in the first 30 seconds)

Code: Select all

1 --> 2
       3 --> 1 --> 2
                      3 -->...
Post Reply