Skip to content

A script to render all (or latest) reaper projects

Notifications You must be signed in to change notification settings

mcarlssen/reaper-auto-render

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Reaper Auto Render

Render all projects within a directory or only the latest project in each directory. Will use the rendering settings (filename etc) already set up for your Reaper project.

Usage:

./auto-render.sh -s <folder> -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

Render only the latest project in each sub-folder of "album"

./auto-render.sh -s ~/Documents/Music/album -l

About

A script to render all (or latest) reaper projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%