bndl = new OSCBundle();
bndl.addPacket( grpInput.freeAllMsg() );
ct.newInputSynths(); // re-create synthsBufRd and synthPhasor
for( int i = 0, off = 0; i < ct.numFiles; i++ ) {
bndl.addPacket( ct.synthsBufRd[ i ].newMsg( grpInput, new String[] {
"i_aInBf", "i_aOtBs", "i_aPhBs", "i_intrp" }, new float[] {
ct.bufsDisk[ i ].getBufNum(), ct.busInternal.getIndex() + off, busPhasor.getIndex(), interpolation }
));
nw.register( ct.synthsBufRd[ i ]);
off += ct.chanMaps[ i ].length;