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