Hi,
Im trying to make an adsr fo my sampler, and have used this adsr code before. The problem is when im trying to tur any of the knobs to the left, only the right one will turn. Does anyone know what to do?
Hi,
Im trying to make an adsr fo my sampler, and have used this adsr code before. The problem is when im trying to tur any of the knobs to the left, only the right one will turn. Does anyone know what to do?
Can you share your code?
That’s not a Cabbage .csd…
The problem is you have 4 sliders all with the same position. It should be bounds(x, y, width, height)
. You are just changing the width of each slider. So when you try to interact with one of the sliders on the left, it’s the right most one that picks up the mouse event because of its width.
Thank you for answering quick, and for helping!