sounds good, let us known how you get on , cheers Paul
Type: Posts; User: houtson
sounds good, let us known how you get on , cheers Paul
I'd recommend trying a bigger step size.
0.0001 is 10,000 steps and well beyond what you will be able to accurately measure on a pot (and I think what you will be able to hear).
Midi CC moves...
Hi,
You can change AUDIO_BLOCK_SAMPLES (which sets the block size (default is 128 samples, it is set in AudioStream.h).
I generally use 16 which updates every 0.3ms.
I still think you are...
Hi, your code is updating the object every cycle of the loop - on a teensy 4 this will be very often, if you update it less often does the problem go away? cheers Paul