Stereo Tool
https://forums.stereotool.com/

Both 8.52 and 8.54 VST plugins no longer work on Audacity
https://forums.stereotool.com/viewtopic.php?f=15&t=23595
Page 2 of 2

Author:  hvz [ Thu Jan 04, 2018 6:10 pm ]
Post subject:  Re: Both 8.52 and 8.54 VST plugins no longer work on Audacity

Ok. This doesn't make any sense. I spent all day tracing down the cause of this. And, it turns out to be caused by the change in the VendorName.

Old code:
Code:
bool AStereoTool::getVendorString (char* text)
{
	vst_strncpy (text, "Hans van Zutphen", kVstMaxVendorStrLen);
	return true;
}
New code:
Code:
bool AStereoTool::getVendorString (char* text)
{
	vst_strncpy (text, "Thimeo Audio Technology B.V.", kVstMaxVendorStrLen);
	return true;
}
It doesn't make any sense that a program would respond to this name. At all.

Renaming the .dll to vst_stereo_tool2.dll and detecting it again fixed the issue. Grrrr.... This took me all day :( :( :(

Page 2 of 2 All times are UTC+01:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/