Hi all,
I used Symbian 1.29 to port a plugin from Logic9 (AU 32bit) to Logic X (AU64bit), using the original VST 64bit of the plugin (developers are still working on the AU64 native).
All works well, apart from one BIG problem. I used same name and 4 letters code (from the original AU 32bit) in the rsrc file for the Symbiosis version, so Logic X shows me all .aupreset(s) of the original 32bit plugin to load into the Symbiosis wrapped.
The problem is that loading one of those .aupresets does not work in the Symbiosis version, that can load only .aupresets it saved.
Looking the .aupreset files, it seems the format is different...original presets have key 'data', the ones saved by Symbiosis there's key 'vstdata', because understandably Symbiosis saves and reads the vst data part for its VST wrapped plugin.
Is there any way to have Symbiosis reading the original .aupreset files? Maybe converting on the fly from the au data to the vst data?