How would I pitch up/down a track of selected steps (manually) within a group by the following increments
5 semitones
7 semitones
9 semitones
skipping the semi tones in between,
How would I pitch up/down a track of selected steps (manually) within a group by the following increments
5 semitones
7 semitones
9 semitones
skipping the semi tones in between,
How about this?
Set up 3 HIGH transforms:
X: CV-A(or B) +5
Y: CV-A(or B) +7
Z: CV-A(or B) +9
Then you would send manual gates to X, Y, or Z to activate their respective transform as desired. You can also do something like this:
X: CV-A(or B) +5
Y: CV-A(or B) +2
Z: CV-A(or B) +2
So that +5 is X, +7 is X&Y and +9 is X&Y&Z.