Originally Posted by
ReggieUK
In my quest to build a controller, I have now built a precision pitch fader, it's fairly simple, just a decent 10k 128mm fader pot from ebay, arduino leonardo and an ads1115 breakout board from adafruit. Using an external power source for the ads1115 breakout.
My original target was to be twice as good as the behringer cmd pl-1 which is 10bits (0-1023), what I've ended up with is 12bits :-) Well, it's actually 11.5bits because I haven't bothered to match the voltage to the gain amp, however at this stage it wasn't important, the fact remains that I now have a pitch fader with at least double the precision of the behringer, so I now have as good a pitch fader as the best on the market, which if I did my research correctly is a pioneer cdj-2000 nexus :-D
I deal with the mismatch in max measured voltage and amp gain in software, I simply constrain the incoming values to just above their minimum and below their max values, then map those down to the 11bits I need, this gives a nice smooth linear reading and I can get on with mixing instead of wondering why I'm constantly chasing a tune.
Bookmarks