-
Have a bunch of Global FX-to-preset links I want to turn to Unit-wide FX-to-preset links. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Even if you would recreate the FX-to-preset links manually, you would not have to re-create the (linked-to) presets as well. But I guess you know that already. There is a way to move the global FX-to-preset links into one specific instance, but it involves some text file editing.
{
"links": [
// some links
]
}
{
"kind": "Unit",
"version": "2.16.3",
"value": {
"version": "2.16.3",
"id": "6tNAfa8i",
"name": "Main",
"stayActiveWhenProjectInBackground": "OnlyIfBackgroundProjectIsRunning",
"sendFeedbackOnlyIfArmed": true,
"defaultGroup": {},
"defaultControllerGroup": {},
"instancePresetLinkConfig": {
"links": [
{
"fx": {
"name": "VST: ReaLimit (Cockos)"
},
"presetId": "bla/foo"
}
]
},
"instanceFx": {
"address": "Focused"
}
}
}
That should be it. |
Beta Was this translation helpful? Give feedback.
-
Your great explaining made me wonder another thing, maybe with same sort of solution. I tested your DAW control preset and I found out it have some nice features:
I have done my own DAW control preset for a long time ago and it have some things I want/need My question is, is it possible to merge the 2 DAW control presets to one with the goodies from |
Beta Was this translation helpful? Give feedback.
Even if you would recreate the FX-to-preset links manually, you would not have to re-create the (linked-to) presets as well. But I guess you know that already.
There is a way to move the global FX-to-preset links into one specific instance, but it involves some text file editing.
REAPER_RESOURCE_PATH/Data/helgoboss/realearn/auto-load-configs/fx.json
. Should look a bit like this: