Skip to content

Commit

Permalink
update base config
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bradbury committed Sep 19, 2022
1 parent f494965 commit 2ddace9
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions config.lua
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
-- This file contains variables that can change the default behaviour of ReaCoMa
-- Set custom variables in this file to alter how ReaCoMa works.
-- This is intended for people who need specific behaviour rather than the general case.

-------------------------------------------------------------------------------------
-- Parameter Description: Location for files generated by ReaCoMa
-- Default: "source"
-- Options:
-- media
-- description: new files will be put in the REAPER media folder
-- <anything>
-- description: You can set a custom path. It has to be an absolute path and be valid.

-- Options:
-- source | files will be placed with the source file that processed them
-- media | new files will be put in the REAPER media folder
-- <anything> | You can set a custom path. It has to be an absolute path and be valid.

-- Examples:
-- reacoma.output = "source"
-- reacoma.output = "media"
-- reacoma.output = "~/my_custom_output"
-- reacoma.output = "source"
-- reacoma.output = "media"
-- reacoma.output = "~/my_custom_output"
reacoma.output = "source"
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
-- Parameter Description: Custom binary location
-- Default: "default"

-- Options:
-- description: You can set a custom path. It has to be an absolute path and be valid.
-- default | The default location of the binaries that ship with ReaCoMa.
-- <anything> | You can set a custom path. It has to be an absolute path and be valid.

-- Examples:
-- reacoma.binaries = "/usr/local/bin/"
reacoma.binaries = "default"
-------------------------------------------------------------------------------------

0 comments on commit 2ddace9

Please sign in to comment.