Hello,
When I export audio from my DAW, the parameters of the plugins reset.
Also, in the resulting export, the VST is bypassed.
I tried saving a preset with parameters set to non-default values, but the values after exporting keep being reset to default ones, even though the preset name is the right one and not the default one.
Other issue, there is no sound after the export. I found the issue: it’s because of this code block:
if kSustainOutput==1 then
if ksustaincolor!=0 then
a1diffsustain applyColor a1diffsustain, kcolor, ksustaincolor, ksustaingain
a2diffsustain applyColor a2diffsustain, kcolor, ksustaincolor, ksustaingain
endif
a1out = a1diffsustain
a2out = a2diffsustain
elseif kFullOutput==1 then
a1out = a1w
a2out = a2w
elseif kTransientsOutput==1 then
if kattackcolor!=0 then
a1difftransients applyColor a1difftransients, kattackcolorprocessed, kattackcolor, kattackgain
a2difftransients applyColor a2difftransients, kattackcolorprocessed, kattackcolor, kattackgain
endif
a1out = a1difftransients
a2out = a2difftransients
endif
These three k rate variables are controlled by the buttons in the middle, and control which signal should be assigned to a1out and a2out. After exporting, I think the issue is related to the previous one and none of these conditions are met so the signal is not defined. I have the intuition fixing the first issue would fix this one.
Thanks for your help!
Cabbage version: 2.9.230
System: MacOS / M3 / Sonoma