Hello forum,
I would like to get some opinions on the best practices on changing phasers of a color fx/dimmer fx on the fly.
For example when changing:
- Form (Sine, Ramp, PWM)
- With between steps (1/2, 1/4, 1/6, 1/8...)
- Speed
One of the options is to edit the preset, make changes and update it: (Edit Preset "Color FX" ..... Update /NoConfirm)
But this method pollutes the programmer and I find it hard to remove the values only related to the preset which is being editted.
This method likely ends up using Blind and ClearAll which has their side affects.
Recently I found a post by Andreas that an other option would be implement this by using recipes.
I like this approach because it does not involves the programmer.
But when I tried to implement this, I noticed that this requires a lot of preset.
Because for every combination there should be a preset ready (form * with * speed).
I am not sure how to continue, both methods are not ideal but maybe I am just missing something.
Thanks.