Hi,
I didn't review in detail so may not have understood the problem but it looks like you are using pins reserved for the audio board for other input
A number of pins are not shareable for other inputs - check...
hi,
looks like you are setting the volume every cycle of loop (rather than every 50ms) - that must be a lot of times a second, that might be a the problem?
try changing that, press the button on the teensy to enter...
hi philip
if you unplug your amplifier do you still get distortion through the headphones?
other than that difficult to tell without any code (have you given it enough AudioMemory?)
cheers Paul
Hi Richard
Had a quick go with the FIR version (your 1.5 + 36 taps). I couldn't get to to run initially which I now know is because I was running with a smaller than standard AUDIO_BLOCK_SAMPLES. This seems to...
Richard - no, interpolating version is fine.
I don't understand the maths well enough on the latest (FIR LPF) to understand what latency would be.
I'm interested in the filter for and effect unit (where it will be...
@PaulStoffregen, spent a little time with the new code on git, it sounded different, after a bit of testing it appears the code you've loaded on git for v1.4 is different to the code at #129 in a material way.
I...
Nothing musical or scientific but a quick video of the code from #103.
A little Moog Werkstatt with a simple saw wave through the Moog filter and through the teensy at various levels of resonance.
...
Hi Richard
I had a quick try of your code from #85 - sounds really nice. Certainly the closest I've heard to that moog sound on a teensy - thanks for the work on this I've been looking for a decent sounding low pass...