// [ "/soundfile", <componentID>, <state>, <x>, <y>, <w>, <h> ]
replyArgs[ 1 ] = "selection";
replyArgs[ 2 ] = new Integer( index );
replyArgs[ 3 ] = new Long( newSpan.start );
replyArgs[ 4 ] = new Long( newSpan.stop );
client.reply( new OSCMessage( getOSCCommand(), replyArgs ));
}
catch( IOException ex ) {
SwingOSC.printException( ex, getOSCCommand() );
}
}