Dial matrix - jumping parameters


#1

hello everbody,

im making a dial matrix synth and i have the following problem.
the gpio's are skipping when i switch.this is not the case with the ctrl/dial object so it is hooked.
i have the problem the gpio is moving like 0.05 but it is enough to make the button skip after i switched.
I tried smooth object and kfilters but it is not enough,still 0,02 remains .and this also is enough to skip:
i seen some solutions but tried them almost all. Except the capacitors,what i ordered to be sure, but been told it is not my problem most likely.

im using:

10 x 10 K linear pots
all is grounded
2 switches (on ground ,before vdda,no differnce)
4 rotary switches,only 2 really connected with the resistor chain,2 are connected to ground,vdda and gpio(before not connected ,no difference)
there is nothing disconnected
everyhing is on VDDA

DIAL MATRIX SYNTH FOR PANEL3.axp (98.4 KB)


#2

ahh I kinda solved it with a math/round object.it is in this case for the amount of modulation so it is ok,but if i want to use it for LFO rates i will need another solution


#3

Hey!

I think you need to use a custom object from @hellcore, called hookmod.

That one works with the gpios. You can check the patch in the link.


#4

yeah i worked with it already! great thing!i think now of it ,i didnt use it in the big dial matrix because of RAM overload.
for mod i need only 4 dials so this must be possible! i will check it straight in the morning!


#5

yeah, just grab what you need from that modular thing patch and make your own with 4 dials. should be pretty easy job