Hey guys, I have two question which could mean th same thing:
So, how can I build something to control one value by a numberbox input and a slider input. The other one should be updated to the new value, too.
The other one is a bit more complex.
I've programmed a delay which I want to play kind of like as a sampler. So for example to go 1 Octave up I multiply the delaytime by 2. I use a line object which gets the middle of the start and the destination delaytime to fit perfectly into one delayloop. That works fine.
Now the problem. I want to take the momentary delaytime to calculate my line stuff, but in the same time the delay time should be updatet to control my whole delay patch.
So I have a Overflow again...
do you have suggestions how to solve the problem?
Thanks already
The