Piotr Zapart's complete Stereo Plate Reverb is now installed in the Degenerator2. Parameter control for the Teensy_Fx is currently still via a web interface. The data connection between the Teensy_Fx and the main MCU (Teensy4.1) will later be...
I have now installed the Teensy4.0 effects module into the Degenerator2. In Teensy I use the Stereo Plate reverb by Piotr Zapart on www.hexefx.com
It is based on the 32-bit floating point OpenAudio_ArduinoLibrary from Chip Audette
Fx parameters...
You are mixing a floating point (_F32) component with stock 16bit Audio Library.
Use this version:
https://github.com/hexeguitar/hexefx_audiolib_i16
The "_i16" version is compatible with the stock Teensy audio.
Gui with the extension components...