Hi Paul,
Sure, here's an audio sample. https://soundcloud.com/ro-web/delay10tap-feedback
The setup is the same as in the example you posted:
AudioConnection patchCord1(i2s_in, 0, mixer1, 0);
AudioConnection...
One question for now --- do you know what causes the repeats in the feedback loop to continue to be pitch shifted? e.g. the delay feedback audio becomes far higher (or lower) in pitch than the delay object's initial...
Hi @houtson,
This is spot-on-the-mark exactly what I had in mind. Many, many thanks for an excellent implementation!
I noticed that, after adjusting the parameter, the pitch hops back to regular speed fairly...
Hi Paul,
Fantastic! I've had a great time working with your code. I'd love to see what you've come up with when it comes to pitch modulation.
Looking forward!
Been having fun with this pseudo-version in the past few days - if anyone is interested in an updated version, feel free to PM.
I'm thinking now about how this could be implemented within the delay object.
Stepping...
I did some (very fun!) exercises in approximating the effect I'm looking for without modifying the sample rate, using existing objects.
When playing with tape delays, it seems that the amount of pitch shift has to do...
Forgive the revival of a dead thread, but I've been looking into this a little and am hitting a roadblock --- specifically for adding doppler shifts when modifying delay times (that classic tape-like pitch modulation...