if( prefs.get( KEY_PORT, null ) == null ) { // create defaults
prefs.putBoolean( KEY_ACTIVE, false );
prefs.put( KEY_PORT, defaultPortParam.toString() );
}
elm = new EventManager( this );
osc = new OSCRouterWrapper( null, this );
osc.oscAddRouter( new OSCRouter() {
public String oscGetPathComponent()
{
return OSC_DUMP;