hi paul!
apologies for delay (ha), i've had computer troubles and had to migrate machines.
in regards to "clean" feedback, here's a sample from my implementation in maxmsp that i've been working to recreate:...
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...