Hello again,
i face another problem in patching hehehe ok here is my problem.
i have a source value that come from mouse wheel, that mouse wheel control two linear spread(A and B) y position. i use switch node to control which spread to control it. first mode is control spread A and if i click mouse left button it change into spread B. the question is, if i scroll A into position 5 (value scroll wheel mouse is 5) and i click mouse left button it change into spread B in position 5 too and after that if i scroll B for example to position 10 and if i come back to spread A it change into 10 too. what i want to do is if i change again from B to A, how to manage the value position or scroll mouse stay in the last position of A not replace by value position B?
i have made a compare method but i just cant seem to figure out how to add that result of compare value to the value or position A
and here is my patch
compare.v4p (10.5 KB)
Thank you