-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration through reacoma.ini
ReaCoMa can be configured in some key ways using a reacoma.ini
file. This file has to exist in a specific location, and has to conform to a certain format to work. It can be used to modify how ReaCoMa functions, such as determining which FluCoMa CLI Binaries get used to process audio files and where the default location is for files that are created by ReaCoMa.
The reacoma.ini
file has to exist in the Scripts
folder in the REAPER resource path.
To find the resource path (and thus the Scripts folder) you can access it via the menu Options -> Show REAPER resource path.
So for macOS the full path is: ~/Library/Application Support/REAPER/Scripts
.
The reacoma.ini
file is a typical ini format. The following example demonstrates all the possible options you can use.
[reacoma]
#files are output to the same location as the source
output=source
# files are output to the REAPER Media folder
output=media
# files are output to this folder. It MUST exist.
output=/Users/james/Documents/reacoma-output
# a custom location for the FluCoMa CLI Binaries
binaries=/usr/local/bin/flucoma