From 09df56b2408730e79dbbd4f49d862008e9bd02ac Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 19 Nov 2018 22:59:22 +0100 Subject: .config/jack/*: Changing all configurations for jack@ user service (as its layout has changed). --- .config/jack/fw-fireface800-44100 | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to '.config/jack/fw-fireface800-44100') diff --git a/.config/jack/fw-fireface800-44100 b/.config/jack/fw-fireface800-44100 index 4d28bed..e9b9887 100644 --- a/.config/jack/fw-fireface800-44100 +++ b/.config/jack/fw-fireface800-44100 @@ -1,13 +1,7 @@ -# Sample configuration file for a JACK systemd --user service, using a firewire device -NAME="default" +# JACK setup (see man 1 jackd) +JACK_DEFAULT_SERVER="default" +# options (e.g. -m, -n, -p, -r, -P, -t, -C, -u, -v) +JACK_OPTIONS="-P80 -p 512" DRIVER="firewire" -DEVICE="/dev/fw1" -NOMLOCK="" -REALTIME="-R" -PORTMAX=512 -UNLOCK="-u" -VERBOSE="-v" -DRIVER_SETTINGS="\ - -n 3 \ - -p 64\ - -r 44100" +DEVICE="guid:0x000a3500ada83262" +DRIVER_SETTINGS="-n 3 -p 64 -r 44100" -- cgit v1.2.3-54-g00ecf