New C&G Organelle Patches

@andy Glad you like it!

You could edit Mutations 23 to just include only the pitch changing modules (deleting the the effects and replacing with pitch).

EDIT: I just updated the patch with better comments to facilitate customization. Please download this new version!

It is pretty simple to create your own Mutations. Should take you 5-10 minutes once you have your speed and pitches mapped out (converted to percentages). Here are instructions:

  1. Open up the ‘params.txt’ file. You will see 24 lines which control what the keys do. Each line has four ‘arguments’ each like this: 5 1.5 0.5 0;. The arguments in order are: KeyNumber (0-23; don’t change this), Speed, Pitch (0 is ‘normal’), Effect (No effect is 0). Change each line to your desired speed and pitch. Change the last number to 0 if you want to disable the effects on a key. Save it.
  2. Open up ‘labels.txt’ and change what you want there. Each line is a key. Save it.
  3. In PD, open up mutate-poly-voice.pd and change the ‘21’ to 24 to disable the re-sorter on keys 22-24. Save it. See screenshot below.
  4. In PD, open up mutate-poly-voice-rec.pd and change the ‘21’ to 24 to disable the re-sorter on keys 22-24. Save it. See screenshot below.
    Mutations%2023%20Customization
3 Likes