Copy Opulus settings into uOpulus

Anyone know if there is a way to copy the settings from Opulus into a uOpulus?

Maybe @modlfo can help here.

Unfortunately it is not straightforward. The only option is to manually copy and paste the data in the autosave patch. Here are the steps:

  • In you current patch there should be the Opulus with the sound you want to use as source and also the target uOpulus.
  • Open your Rack user folder found in the menu Help -> Open user folder. There should be a folder named autosave.
  • Open the file autosave/patch.json with a text editor.
  • Locate the Opulus data. You should see something that reads "WorkPreset[0]": 1.0,. There should be 30 values WorkPreset[0 to 30].
  • Copy the data and paste it temporarily in a new file.
  • The data of uOpulus has a vector with the names preset_0[0]. Use text replacement to change the text from WorkPreset to preset_0.
  • Once you have the data ready, paste it in place of the existing data of uOpulus.

Next time you open Rack, the sound will be loaded and stored in one of the uOpulus presets.

Be careful when editing the autosave file. I recommend you to make a backup in case some of the text is incorrect because it can break the patch.

2 Likes