try just this:
// Audio Connections
AudioConnection patchIn(i2sIn,0, ensemble, 0); // route the input to the ensemble
AudioConnection patchOut0(ensemble, 0, i2sOut, 0); // connect the cab filter to the output.
AudioConnection patchOut1(ensemble, 1, i2sOut, 1); // connect the cab...