diff --git a/libs/ardour/session_vst.cc b/libs/ardour/session_vst.cc index c91bdcf235..befe5a84ad 100644 --- a/libs/ardour/session_vst.cc +++ b/libs/ardour/session_vst.cc @@ -437,7 +437,7 @@ intptr_t Session::vst_callback ( SHOW_CALLBACK ("audioMasterGetVendorString"); // fills with a string identifying the vendor (max 64 char) strcpy ((char*) ptr, "Linux Audio Systems"); - return 0; + return 1; case audioMasterGetProductString: SHOW_CALLBACK ("audioMasterGetProductString");