From d6b8db2311fb360ad34c3a25184806ae0f5c3cc4 Mon Sep 17 00:00:00 2001 From: rc340 Date: Wed, 24 Mar 2021 14:16:00 +0000 Subject: [PATCH] Add rough powershell port of bash script --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 886d23a..c26a336 100644 --- a/README.MD +++ b/README.MD @@ -4,11 +4,12 @@ Render all projects within a directory or only the latest project in each direct **Usage:** -`./auto-render.sh -s -l|-a` +`./auto-render.sh -s -p -l | -a` -s source-directory: The root folder to search recursively for projects (defaults to the current directory) -a : renders all Reaper projects within the source directory -l : renders only the latest (by modification date) project in each sub-directory +-p : renders the first 30 seconds of each project, ignore the project's rendering settings **Example**