It is likely that in the end it will be perfectly fine to use 16bit ints. My prototype uses ints and the recording buffers are long enough and high resolution enough for me to not run to the end of the buffers, or...
I have a project where I am recording the value of an analog input, Ideally the recording buffer would be as long as possible. Since the max reliable precision of the ADCs is 10 bit the extra 6 bits of an int is unused...
I am working on integrating the teensy with my modular synth. I have gotten traditional -5v to +5v CV input working well with the analog inputs, and have a simple sketch that records the input and plays it back. If I...
I haven't tried connecting it to a pitch CV, and I don't have an oscilloscope, but the input is certainly stable enough to prototype ideas with. I find the input to drift +-4 values of the 12 bit input. This is also...
So I have been working on getting the teensy interfaced with my modular synthesizer and made a video on the circuits that I used in this instance. There is so much fun to be had making your own modulations. I also...