summaryrefslogtreecommitdiff
path: root/gtk2_ardour/arrr-replay
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-21 23:10:33 +0100
committerRobin Gareus <robin@gareus.org>2017-01-21 23:10:33 +0100
commit198ba51c3af256e23d525900b236df4b734c34e0 (patch)
treee76a3751f730b35e249220f65e54a1fd3b850f17 /gtk2_ardour/arrr-replay
parentddeaa6c52d107533bcdb68589b2ca419e77cfe18 (diff)
ardour runs fine in rr version 4.4.0, add scripts
Diffstat (limited to 'gtk2_ardour/arrr-replay')
-rwxr-xr-xgtk2_ardour/arrr-replay10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk2_ardour/arrr-replay b/gtk2_ardour/arrr-replay
new file mode 100755
index 0000000000..9a1e28fe53
--- /dev/null
+++ b/gtk2_ardour/arrr-replay
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+TOP=`dirname "$0"`/..
+. $TOP/build/gtk2_ardour/ardev_common_waf.sh
+export ARDOUR_INSIDE_GDB=1
+if test -z "`which rr`"; then
+ echo "rr was not found."
+ exit
+fi
+exec rr replay "$@"