summaryrefslogtreecommitdiff
path: root/tools/bb/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bb/misc.cc')
-rw-r--r--tools/bb/misc.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/bb/misc.cc b/tools/bb/misc.cc
new file mode 100644
index 0000000000..1b7ba688ab
--- /dev/null
+++ b/tools/bb/misc.cc
@@ -0,0 +1,7 @@
+/* temporarily required due to some code design confusion (Feb 2014) */
+
+#include "ardour/vst_types.h"
+
+int vstfx_init (void*) { return 0; }
+void vstfx_exit () {}
+void vstfx_destroy_editor (VSTState*) {}