Hi all. Have been playing with Mozzi over the last couple of weeks and it's awesome! Never thought I would be able to get such complex sounds out of an Arduino.
I've written the basis for a synth guitar (six oscillators, adjustable ASDR, some fun glitchy distortion effects), but now I want to connect a whole load of sensors and I think I've found the limit of my Arduino Uno's performance; when I try to do all the digitalRead() commands required, the audio starts to sound nasty. I suspect I could optimise my code slightly and squeeze a bit more performance out of the Uno, but just in case I can't figure that out, I wanted to ask:
What's the best model of Arduino for running Mozzi? Would a Teensy 3.1 be able to run more complicated sketches than an Uno?