add note onset detection to the ferret, c/o the aubio-based Onset VAMP plugin (REQUIR...
[ardour.git] / gtk2_ardour / ardbg
1 #!/bin/sh
2 dir=`dirname "$0"`
3 . $dir/ardev_common.sh
4 LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
5 export ARDOUR_INSIDE_GDB=1
6 exec gdb $EXECUTABLE "$@"