Search results

  1. C

    Teensy 4.0: Smoothing analog read - capacitor value calculation - help required

    My strategy will be like this I will try the fourth smoothing concept I know now (thanks to you): ResponsiveAnalogRead library If this does lead to a significant improvement, i have to decide whether or not to sacrifice the intended luxury of not having a external ADC in favour of not having...
  2. C

    Teensy 4.0: Smoothing analog read - capacitor value calculation - help required

    The weird ranges are due to the endpoints of the doepfer modweel construction: Although the potentiometer potentially covers the full range from 0-1023, its range is limited by the mounting kit's metal limit stops so in case of outputValue[i] = constrain(map(potiReadValue[i], 162, 502, 0...
  3. C

    Teensy 4.0: Smoothing analog read - capacitor value calculation - help required

    I build a simple, working teensy 4.0 based midi-controller with Doepfer potentiometer wheels: The full code is listed at the end of this post. I have an issue with the value smoothing, which leads to midi-event flooding whilst the potentiometers are in between my floor and ceiling values ...
Back
Top