ardour/tools/bb/bbdev
Paul Davis f9aff37623 full integration of beatbox test app into ardour tree+build system
Plus a few attempts at catching note on/off quantization stuff
2017-08-05 02:03:59 -04:00

6 lines
131 B
Bash
Executable File

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