signal71 / symbiosis-au-vst

Automatically exported from code.google.com/p/symbiosis-au-vst
0 stars 0 forks source link

Symbiosis doesn't like null pointer returned by VST 2.4 SDK's default implementation of getProgramName #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Symbiosis crashes Logic 9 when getProgramName() is called with the default 
implementation from the VST 2.4 SDK which returns a null pointer instead of an 
empty string.

What version of the product are you using? On what operating system?
Latest greatest. (1.3.whatever?) OSX 10.6.8 with Logic 9

Please provide any additional information below.

I don't see this as a high priority as any serious plug-in will implement 
getProgramName(), but it causes the VSTGUI 3.6 RC2 SDK examples (which don't 
implement it) to crash.

Was simple enough to fix, I just added an implementation that returned an empty 
string. But it was tricky to find.

Original issue reported on code.google.com by AdmiralQuality@gmail.com on 1 Jun 2014 at 7:37