13
0

Ardour does support VST's audioMasterGetProductString, return true;

This commit is contained in:
Robin Gareus 2017-05-09 16:31:42 +02:00
parent 4e08f5c169
commit 37a4987dab

View File

@ -442,7 +442,7 @@ intptr_t Session::vst_callback (
SHOW_CALLBACK ("audioMasterGetProductString");
// fills <ptr> with a string with product name (max 64 char)
strcpy ((char*) ptr, PROGRAM_NAME);
return 0;
return 1;
case audioMasterGetVendorVersion:
SHOW_CALLBACK ("audioMasterGetVendorVersion");