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 patchCord2(i2s_in, 1, mixer1, 1);
AudioConnection patchCord3(mixer1, delay1)...