trying to toggle between two sends when a number is passed
hi there
i am using a joystick to adjust volume when i move it up and down, which i have got working ok.
when i move it to the left i want it to affect send a and when i move it to the right i want it to toggle to send b. at the moment i have kind of got it half working, though not exactly as i want.
i can toggle the sends by pressing another button on the gamepad but i want it to toggle automatically when the joystick moves past its centre point (which has a value of 32511) either from left to right (ie send a to send b) or from right to left (send b to send a). if you see the patcher included you can see what i mean but at the moment i'm not managing to do it properly
many thanks in advance to anyone who can help me out
try this. i think the problem is that you are very unlikely to hit 32511 exactly which is the only time you will switch send
hey thanks for this, it's great, it very nearly works.
the only thing wrong is for some reason the send dials now only seem to go half way through their range. when i used the button to toggle they would go from zero up to full, but now they go from their midpoints up to full or down to zero. i think it is something to do with the scale or something. thanks again for any help :)
this version splits the input into 2 so you can scale each side as you need
that's great! i just had to adjust the scale numbers a little and now they work perfectly. thanks very much for your help - that's been baffling me for a week now :)
cool :)