From f9aff37623ba17a80371572fcba38515ea9b78ca Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 5 Aug 2017 02:03:43 -0400 Subject: full integration of beatbox test app into ardour tree+build system Plus a few attempts at catching note on/off quantization stuff --- tools/bb/misc.cc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/bb/misc.cc (limited to 'tools/bb/misc.cc') 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*) {} -- cgit v1.2.3