aboutsummaryrefslogtreecommitdiffstats
path: root/.config/jack/fw-fireface800-44100
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2018-11-19 22:59:22 +0100
committerDavid Runge <dave@sleepmap.de>2018-11-19 22:59:22 +0100
commit09df56b2408730e79dbbd4f49d862008e9bd02ac (patch)
tree048c811dd6ed57479690467ef62bc6a16259ac44 /.config/jack/fw-fireface800-44100
parent3ac01ad58982dfe46fea4908c2388b39ba4795c0 (diff)
downloaddotfiles-09df56b2408730e79dbbd4f49d862008e9bd02ac.tar.gz
dotfiles-09df56b2408730e79dbbd4f49d862008e9bd02ac.tar.bz2
dotfiles-09df56b2408730e79dbbd4f49d862008e9bd02ac.tar.xz
dotfiles-09df56b2408730e79dbbd4f49d862008e9bd02ac.zip
.config/jack/*: Changing all configurations for jack@ user service (as its layout has changed).
Diffstat (limited to '.config/jack/fw-fireface800-44100')
-rw-r--r--.config/jack/fw-fireface800-4410018
1 files changed, 6 insertions, 12 deletions
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"