Decisions Decisions
This device takes a midi note input and chooses between two ...
- Type
- MIDI Effect
- Author
- mubali
- Version
- 0.4
- License
- AttributionNonCommercialShareAlike
- Live version
- 9.7.3
- Max version
- 7.3.4
- Downloads
- 546
- Updated
- 2017-08-08
Description
This device takes a midi note input and chooses between two different midi notes to output. Think of it like whenever the device receives a midi note, it will flip a coin and decide which one of the midi notes will trigger.
There are 4 different algorithm types for you to choose from, 3 of which have no user controls. The Moses algorithm uses a knob that controls the % of whether a or b will trigger. Knob on the far left = 100% Note A Knob on the far right = 100% Note B
There are several ways to go about using this device, however I built it to trigger parameter randomization devices. In one particular instance I am using one of these to trigger a shuffle on a Euklidean sequencer and want one gate to shuffle the pattern to the right and the other to shuffle the pattern to the left.
0.4 update notes -bugfix
Fixed potential issue with Urn Algorithm. Once Urn had exhausted all possibilities, it needed to be cleared. I forgot to put that in. Fixed now.