Page 1 of 1

Posted: 10 Jul 2008, 05:33
by nofish
Say I have the following scenario:

In every song in my live setup I use a moderate delay FX with always the same settings. Each song represents a snapshot in the conducter.
During the songs I mess with the delay FX parameters with my remote control (Behringer BCR2000).
When I change to the next song in the conductor I want the parameters for the delay jump back to the predefined values.

I know for this I could manually go through all the snapshots and store the initial settings for the delay FX there but can I accomplish this also with a patch?
This would be much quicker as I have a lot of snapshots, also if I change the initial settings I wouldn't have to go through all the snapshots again.

Posted: 10 Jul 2008, 07:41
by bsork
A suggestion would be to store the initial settings as a preset, and create something like: Conductor.num -> HasChanged -> PassEventFlow -> PresetManager. Put the preset number in PassEventFlow.in.

Posted: 10 Jul 2008, 16:41
by nofish
Thanks. Haven't tested yet but will report back.
Having scratched my head long about this yesterday and one day later there's a solution on the forum. Cool! :)

Posted: 10 Jul 2008, 19:05
by bsork
Mind you - I haven't tried this myself! You might have to add a WaitOne or two in there so that the snapshot change has completed before the preset change sets in.

Posted: 10 Jul 2008, 20:59
by nofish
Hi bsork,
I have fiddled around today and it works.
What I've done (a bit different from your suggestion, came up by trial and error as I'm still a noob to patching):

Image

I modified it also with 'if a=b' and 'stop event flow' modules so for certain snapshots I can bypass the initial settings and use the snapshots. Great!

Posted: 10 Jul 2008, 23:31
by bsork
Great you got it working!