Yes, i’m a fool for having wasted my money with these people…
TRACKS 1.3, an update to 1.2.1, was released a few weeks ago. Instead of a sane upgrade showing some degree of competence, these identical plugins now have new names and ID numbers which are incompatible with every track I have made so far.
An example of the XML for the older version
<pluginname>VST: TRackS Limiter</pluginname>
<pluguniqueid>13129</pluguniqueid>
<parameterchunktype>VstChunk</parameterchunktype>
<parameterchunk></parameterchunk>
An example of the XML for the “upgrade”:
<pluginname>VST: TRackS1.xLimiter</pluginname>
<pluguniqueid>1229740116</pluguniqueid>
<parameterchunktype>VstChunk</parameterchunktype>
<parameterchunk></parameterchunk>
What’s the best way to swap the plugins without losing my data? Renaming them didn’t help. Do I have to manually edit the XML files? Or is there (hopefully) a better way?
Also, what’s the CDATA? They are not identical…
Also, I did a grep from Renoise.app and found a bunch of TRacKS info in:
./Contents/Resources/CachedVsts_Mac.xml.in
Would editing that file help?