From 551993b96c6f3f637aad2a72a38b5a9c1a6864f5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 8 Mar 2014 23:34:49 +0100 Subject: VST? yes, we can do. --- libs/ardour/vst_info_file.cc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'libs/ardour/vst_info_file.cc') diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc index 1aca4d6d3b..07c1f56543 100644 --- a/libs/ardour/vst_info_file.cc +++ b/libs/ardour/vst_info_file.cc @@ -562,10 +562,17 @@ static intptr_t simple_master_callback (AEffect *, int32_t opcode, int32_t, intptr_t, void *ptr, float) { const char* vstfx_can_do_strings[] = { + "supplyIdle", + "sendVstTimeInfo", + "sendVstEvents", + "sendVstMidiEvent", + "receiveVstEvents", + "receiveVstMidiEvent", "supportShell", - "shellCategory" + "shellCategory", + "shellCategorycurID" }; - const int vstfx_can_do_string_count = 2; + const int vstfx_can_do_string_count = 9; if (opcode == audioMasterVersion) { return 2400; -- cgit v1.2.3