Properly announce support for Vendor string
authorRobin Gareus <robin@gareus.org>
Wed, 8 Aug 2018 12:09:31 +0000 (14:09 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 8 Aug 2018 12:09:31 +0000 (14:09 +0200)
libs/ardour/session_vst.cc

index c91bdcf235e6cbd14c1679dc36b462e962a1f1fe..befe5a84adc7627f4720a9d1ef824eb08e6c4214 100644 (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");