Skip to content

Generating Data

Jason Naradowsky edited this page Jul 2, 2022 · 1 revision

Once you have created a config file, and your Reapy is setup properly, generating the data is quite simple:

  --di_file di/real/lorcan/004_lorcan_metal_rhythm.wav 
  --conf_file <YOUR CONFIG FILE> 
  --reaper_dir <REAPER DIR>
  --output_dir <OUTPUT DIR>

Here the is the directory where REAPER outputs rendered audio files. You can set this directory in the REAPER dialogue options when rendering, but on a typical mac system, the REAPER dir defaults to '~/Documents/REAPER\ Media/'. And is the location where you want the final rendered output to be written. In the default script parameters, the DI file and the config will be copied here, which will be useful in ML applications where you want to know input, output, and the set of device parameters.

Clone this wiki locally