I hope someone can help me with this...
I want to change values stored in one event table by adding or substracting values from another event table. Table 1 is the destination table that will get updated, Table 2 determines by how much the values of Table 1 will be updated. Like this:
Table 1, value X1 = 0,5
Table 2, value X1 - 0,1
Push a button --> T1X1 + T2X1 = 0,6
Save 0,6 to to Table 1, value X1
Repeat through values X2, X3... Xn.
The bigger idea is that Table 1 is a sequencer where Y is velocity and Table 2 will be used to increase velocity on downbeats or reduce velocity on 1/8 notes of the sequence in Table 1. Like Accentuator in XO or MIDI transform in Addictive Drums (yep, I'm XLN fanboy...)
I created an instrument which does this:
My problem is that it starts the process on loading of the ensemble and updates Table 1 immediately. I have no idea how to prevent other than creating additional button which will turn the instrument on and off with Routers. I don't to add the on/off button :-)
My basic idea was to use Single Delay to repeat of the process through values X1..Xn, but I think it's inevitably triggering the process on loading of the ensemble.
Is there another way to accomplish this? All suggestions will be appreciated :-)