isivisi / questionablemodules

My collection of VCVRack modules
Other
4 stars 1 forks source link

Treequencer #1

Closed isivisi closed 1 year ago

isivisi commented 1 year ago

Binary tree sequencer.

Iterates through a binary tree structure to determine triggers. The tree structure will be modifiable by the user. The tree can be any depth (assuming your pc can handle that) and each route can be a different size. The tree nodes will contain a weight value that influences the decision to move to the top or bottom child.

This seems like is an interesting way to spice up a sequence.

Working concept: https://www.youtube.com/watch?v=wmerCWBJ0QY

isivisi commented 1 year ago

TODO before merge: