summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_info_file.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-03-08 23:34:49 +0100
committerRobin Gareus <robin@gareus.org>2014-03-08 23:34:49 +0100
commit551993b96c6f3f637aad2a72a38b5a9c1a6864f5 (patch)
tree22c5cb3b7d78ea2bb28243b6e5d906a46d6ab77b /libs/ardour/vst_info_file.cc
parent2fc52ec5fd2c707b0b1ef8e8e244192dcf107138 (diff)
VST? yes, we can do.
Diffstat (limited to 'libs/ardour/vst_info_file.cc')
-rw-r--r--libs/ardour/vst_info_file.cc11
1 files changed, 9 insertions, 2 deletions
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;