summaryrefslogtreecommitdiff
path: root/tools/bb/misc.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-08-05 02:03:43 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-08-05 02:03:59 -0400
commitf9aff37623ba17a80371572fcba38515ea9b78ca (patch)
tree739a35f9f888ff9ea6d2add1633a96b6c80b0019 /tools/bb/misc.cc
parentf21a66797ad6292fc6cd2d65cd160d5869fc186f (diff)
full integration of beatbox test app into ardour tree+build system
Plus a few attempts at catching note on/off quantization stuff
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*) {}