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