M4ngu
make sure both of the files, effect_platervbstereo.h and effect_platervbstereo.cpp are in the same directory as your main file.
And of course, there header is included properly:
#include "Audio.h"
#include...
What i usually do for clean pot readings is:
1. Proper supply decoupling. All pots and AVREF are decoupled with an LC filter 10uH + 1u.
2. 100n filter caps placed close to the analog inputs for each pot wiper.
3....
The difference between the hidamp and lowpass is:
- hidamp is a lowpass filter placed inside the reverb tank, causing an increasing treble loss as the reverb tail fades out,
- lowpass is a static filter applied at the...
Jay, that's a nice sample, thanks for posting.
I noticed i should maybe reverse the "lowpass" operation. Right now the parameter controls the cutoff frequency, so lower settings give more darker sound. Which is...
Here is something i have been working recently and already used it in a few projects:
a new implementation of a plate type reverb sound for Teensy4.X.
It's an allpass based reverb using two LFOs to modulate the delay...
I was going to add CPU load measurements but managed to fry the codec chip. Center negative 9V barrel jacks are dangerous with their exposed +9V ring. Must have touched something that instantly fried the chip. Luckily...
I have been working on a new reverb implementation on the Teensy4.0 recently. The algorithm is inspired by the Alesis allpass based reverbs, a fully stereo in-stereo out, using internal lfos to modulate the delay lines...