-
Hello again, I am attempting to build a very large controller for use in Traktor. I am using a custom board variant on an Arduino Mega 2560 with 8 4067 multiplexers for a total 128 analog inputs (split between rotary pots and analog buttons). In addition to the 8 multiplexers, I have 9 74HC595 shift registers connected giving a total of 72 single-color LEDs. However, in both the web configurator and in Traktor, I am noticing a slight (~300ms) lag when moving the rotary pots. I thought I might just be pushing past some limit of the Arduino, but then I noticed that when I set the analog input to "Button", this lag disappears. This leads me to believe that the latency could instead be software related. Is there anything I can do about this issue? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Are you talking about initial latency, when you move the pot after it's been still for a while, or latency for each value? |
Beta Was this translation helpful? Give feedback.
-
For anyone stumbling on this: analog filters can now be disabled via YAML config. |
Beta Was this translation helpful? Give feedback.
Are you talking about initial latency, when you move the pot after it's been still for a while, or latency for each value?