full integration of beatbox test app into ardour tree+build system

Plus a few attempts at catching note on/off quantization stuff
This commit is contained in:
Paul Davis
2017-08-05 02:03:43 -04:00
parent f21a66797a
commit f9aff37623
7 changed files with 115 additions and 143 deletions

5
tools/bb/bbdev Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
TOP=`dirname "$0"`/../..
. $TOP/build/tools/bb/bbdev_common_waf.sh
export UBUNTU_MENUPROXY=""
exec $TOP/$EXECUTABLE "$@"