@UHF - I use the micromods.
I use TyUploader for user firmware updates - I only have to very occasionally do the boot button otherwise it happens as expected. If you can I'd recommend breaking out the boot button as...
Hello from here. Which of the files would I need to pull across to try this on a bare Teensy 4 (no external memory) - the effect .ccp +.h and extreme.h + .cpp - any others?
cheers, Paul
I'm sure the original has a dedicated echo feedback tap but you might be right that you could double duty one of the reverb taps.
That's nice on the negative modulation, a couple of questions on your modulated delay...
I sample at 44.1 and use this - a port of a part of the Mutable Instrument Plait euro rack module to simulate the sample rate + some extra bit crushing.
On the topology you need another tap on the main delay for...
It's an unusual architecture there are 8 main taps and then for the reverb there are 16 modulated taps (modulated in anti-phase pairs to try and cancel out pitch change) - it doesn't sound like a modern realistic...
yes that's it - fade over specified number of milliseconds or smooth scrubbing through the buffer at a set rate. both of them really just for making delay time changes musical without pops or clicks but both methods...
@h4yn0nnym0u5e - to avoid any confusion, the AudioEffectDelay10tap isn't intended as a modulated delay, it was written just to be able to change the delay taps in real time (like with a pot.) without any pops or clicks....
@M4ngu sorry I'm not familiar with the alternative dynamic lib.
Just checking a couple of basics have you copied both the .h and .cpp files into the same directory as the sketch and have you included the next object...