From 2ff89798648ea0d854a59cecb94163b5a51508fa Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 4 Dec 2013 09:05:10 +0100 Subject: Added jack start and connect scripts for laptop and embedded devices --- bin/connect_to_jack | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bin/connect_to_jack (limited to 'bin/connect_to_jack') diff --git a/bin/connect_to_jack b/bin/connect_to_jack new file mode 100644 index 0000000..e17ccc2 --- /dev/null +++ b/bin/connect_to_jack @@ -0,0 +1,12 @@ +#!/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 -- cgit v1.2.3-54-g00ecf