aboutsummaryrefslogtreecommitdiffstats
path: root/bin/connect_to_jack
diff options
context:
space:
mode:
Diffstat (limited to 'bin/connect_to_jack')
-rw-r--r--bin/connect_to_jack12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/connect_to_jack b/bin/connect_to_jack
deleted file mode 100644
index e17ccc2..0000000
--- a/bin/connect_to_jack
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-case "$HOSTNAME" in
- "pitheunlord")
- jack_connect SuperCollider:out_1 alsa_out:playback_1 &
- jack_connect SuperCollider:out_2 alsa_out:playback_2 &
- ;;
- "beagleclone")
- ;;
- "dvzrv")
- ;;
-esac