startFrame = ((Number) rom.msg.getArg( argIdx )).longValue();
} else {
startFrame = 0;
}
af = AudioFile.openAsRead( new File( fileName ));
af.seekFrame( startFrame );
plugIn = new Replace( af );
}
catch( IndexOutOfBoundsException e1 ) {
OSCRoot.failedArgCount( rom );
return;