Internal Phrase Automation (in Renoise or Redux)

Here is a trick that you can use for adding “internal” automation to a phrase

In the following example, the instrument is configured to play two chords, with velocity-based automation controlling the cutoff of an analog filter:

7553 Phrase Automation.xrni

How it’s done

  1. Add an empty sample to the instrument (‘dummy’ sample used for controlling the effect).

  2. Add a meta-device (key or velocity-tracker) somewhere in the Effect that will pick up the notes from that particular sample and apply it to your effect.

So, if you created a phrase (easiest is to show sample columns, when using that special sample), the note or velocity of your special sample would control the effect. Note that the sample doesn’t need to be empty - I just like to be a bit organized.

Once done, the phrase could look like this:

7552 Phrase-Automation.gif

Limitations

You sequence effects devices by entering numeric values in the phrase. This means that, unlike graphical automation with envelopes, the range/resolution of the values you can enter is limited to the range of notes (0-119) or velocity (0-127).

Also, if you trigger the phrase containing the automation more than once, the automation values are picked up multiple times by the *-tracker device. As a result, they would be fighting over which one gets to set the value (last one wins). However, this can be also used creatively, to create multiple “overlapping” automation clips. But if you want to avoid such “fighting”, it’s probably better to put the phrase automation in a separate phrase and trigger it separately, e.g. by using the Zxx command. Any other instrument phrase or note you trigger would still be affected (effected?), as DSP effects are always processed monophonically.

Furthermore…

If controlling one parameter is not enough, it’s possible to expand the above example with multiple automation phrases, ‘dummy’ samples and *-tracker devices. Or you could use a key tracker along with the velocity tracker to gain an extra “dimension” from a single dummy sample.

Also, instrument macros can be made to “shape” the automation values. This allows you to combine “external”, song-based automation with the internal phrase automation. Just connect the macro to min/max of the *-tracker device itself, or use a device such as the Meta-Mixer in a later stage.

Finally, if you want to control modulation device parameters, this is possible too. But it’s a bit of ahackaround that requires you to package a Instr.Macro device into the instrument effect section. That technique is explainedhere.

Might not be exactly what you are looking for regarding automation per phrase, but similar to the dummy sample as used in above trick, you can also set up a drawn sample (make sure it is of enough length for the sonic gesture you wanna make :wink: & preferably mono) which is muted through a gainer in the effects tab of the instrument, have a signal follower read the drawn shape / envelope and output to for example a hydra which in its turn controls other effect chain parameters for the other sample(s).

Ok, you can also set up an envelope device in the modulation tab to create movement over time, but these can’t be routed to vst effects.

edit;

you can of course control the drawn shape of the envelope, programming in the particular silent sample in a phrase, and offset the read position using the SXX offset command.