13
0

Properly announce support for Vendor string

This commit is contained in:
Robin Gareus 2018-08-08 14:09:31 +02:00
parent 2fc5ed1e72
commit 5fcea5833d

View File

@ -437,7 +437,7 @@ intptr_t Session::vst_callback (
SHOW_CALLBACK ("audioMasterGetVendorString");
// fills <ptr> with a string identifying the vendor (max 64 char)
strcpy ((char*) ptr, "Linux Audio Systems");
return 0;
return 1;
case audioMasterGetProductString:
SHOW_CALLBACK ("audioMasterGetProductString");