As far as I can tell neither Filterscape nor ACE have similar problems. Im currently not sure if Zebra does.
This is happening on WinXP Sp3, 32bit.
Basically I think its something to do with the filepath to the plugin. Sonar lets you have multiple 'root' plugin folders, and Ive always reorganised my .dl files into a hierarchy based on type.
My main 'root' for Sonar is
Code: Select all
P:\Audio\VSTPlugins\Main\Code: Select all
P:\Audio\VSTPlugins\Main\Effects
P:\Audio\VSTPlugins\Main\Synths
P:\Audio\VSTPlugins\Main\ToolsNow, if I install Uhbik into the top level at
Code: Select all
P:\Audio\VSTPlugins\Main\Effects\u-heIf I try and move them into my 'proper' file hierarchy, things start to get a bit strange...
for example these initial tries fail:
Code: Select all
P:\Audio\VSTPlugins\Main\Effects\Delays\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delays\uhbik-d.dll
Code: Select all
P:\Audio\VSTPlugins\Main\FX\Delays\MFM2.dll
P:\Audio\VSTPlugins\Main\FX\Delays\uhbik-d.dll
Code: Select all
P:\Audio\VSTPlugins\Main\Effects\Delays\12345\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delays\12345\uhbik-d.dll
Code: Select all
P:\Audio\VSTPlugins\Main\Effects\Delays\01234567890\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delays\01234567890\12345\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delays\01234567890\01\MFM2.dll
Code: Select all
P:\Audio\VSTPlugins\Main\Effects\D\01\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\De\01\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delay012\01\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delay012345\01\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delays1234567890\01\MFM2.dll
Code: Select all
P:\Audio\VSTPlugins\Main\Effects\Del\01\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Dela\01\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delay\01\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delay0\01\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delay01\01\MFM2.dll
Code: Select all
P:\Audio\VSTPlugins\Main\Effects\Delay0\0\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delay0\01\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delay0\012\MFM2.dll
Code: Select all
P:\Audio\VSTPlugins\Main\Effects\Delay0\0123\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delay01\012\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\Delay012\01\MFM2.dll
Code: Select all
P:\Audio\VSTPlugins\Main\Effects\1\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\12\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\123\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\1234\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\12345\MFM2.dll
Code: Select all
P:\Audio\VSTPlugins\Main\Effects\123456\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\1234567\MFM2.dll
P:\Audio\VSTPlugins\Main\Effects\12345678\MFM2.dll
Code: Select all
P:\Audio\VSTPlugins\Main\12345678901234567890\MFM2.dllThere's some kind of char-alignment thing going on I think (chars compressed into a 64-bit word) but it also seems to be dependent on the path length and depth, which is throwing me a bit.
Anyway, Ive been at this for hours, and Im kind of getting nowhere closer, so I thought you might want to know what Im seeing and some of the permutations Ive managed to establish so far...
My brain is fried now, though.
