Ardour does support VST's audioMasterGetProductString, return true;
This commit is contained in:
parent
4e08f5c169
commit
37a4987dab
@ -442,7 +442,7 @@ intptr_t Session::vst_callback (
|
|||||||
SHOW_CALLBACK ("audioMasterGetProductString");
|
SHOW_CALLBACK ("audioMasterGetProductString");
|
||||||
// fills <ptr> with a string with product name (max 64 char)
|
// fills <ptr> with a string with product name (max 64 char)
|
||||||
strcpy ((char*) ptr, PROGRAM_NAME);
|
strcpy ((char*) ptr, PROGRAM_NAME);
|
||||||
return 0;
|
return 1;
|
||||||
|
|
||||||
case audioMasterGetVendorVersion:
|
case audioMasterGetVendorVersion:
|
||||||
SHOW_CALLBACK ("audioMasterGetVendorVersion");
|
SHOW_CALLBACK ("audioMasterGetVendorVersion");
|
||||||
|
Loading…
Reference in New Issue
Block a user