Fix CC interpolation (i.e. output a maximum reslution stream of CC for a line segment).
[ardour.git] / gtk2_ardour / ardbg
index 267fdbae737a1228b17c20332a590498958c9a2b..e7f73c363647c9ca42f44495ee1b55cf71b356b4 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/sh
-source ardev_common.sh
-exec gdb ./ardour.bin
+dir=`dirname "$0"`
+. $dir/ardev_common.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+export ARDOUR_INSIDE_GDB=1
+exec gdb --args $EXECUTABLE "$@"