Zoom session when the mouse pointer is moved up and down during a playhead drag.
[ardour2.git] / gtk2_ardour / arcall
blob6e5d31784b03dc6f207ad10bdea133dace3decd5
1 #!/bin/sh
2 . `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
3 LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
4 export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
5 exec valgrind --error-limit=no --num-callers=50 --tool=callgrind $TOP/$EXECUTABLE --novst "$@"