Feature Request: Reversible Chaos
Opened this issue · 0 comments
Chaircrusher commented
The 'Chaos' button/input moves every note in a random direction one step.
How about this:
- Before Randomizing save the current note set on a stack.
- Have a reverse random button/input, whose action is to pop the previous note set off the stack.
- If there's no note set on the stack, reverse random does nothing.
Why? So that you can diverge from a note set, but go back to what was there before.
You can simulate this with using an 8face to capture a sequence with an 8Face, then warp, then capture sequence etc.
It seems like a natural extension of what you've already done, and easy to implement.