From d3ff462e2975ac812a531ff371291388a546cdde Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 1 Dec 2014 01:42:46 +0100 Subject: start_jack/stop_jack: Removing stop and start of pulseaudio. Doing it manually definitely gets around issues with USB-MIDI devices. --- bin/start_jack | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/start_jack') diff --git a/bin/start_jack b/bin/start_jack index dfd6e4f..b6c3660 100755 --- a/bin/start_jack +++ b/bin/start_jack @@ -26,7 +26,6 @@ case "$HOSTNAME" in # TODO: Add settings from separate config file if [[ -e $DEVICE && -r $DEVICE && -w $DEVICE ]]; then echo "Stopping pulseaudio" - systemctl --user stop pulse echo "Setting up "$DEVICE" with JACK." jack_control start # sudo /usr/bin/schedtool -R -p 20 `pidof jackdbus` -- cgit v1.2.3-54-g00ecf