svoid renameRecordingAndClip(File f, S newName) { renameFile(f, newName); renameFileIfExists(fileInSubDir(f, "clipped"), newName); }