From 3b299399011de409a46b9d02d53788953271e741 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 1 Oct 2017 22:07:15 +0200 Subject: .config/jack/fw-fireface800-4*: Adding configurations for fireface 800. --- .config/jack/fw-fireface800-44100 | 13 +++++++++++++ .config/jack/fw-fireface800-48000 | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .config/jack/fw-fireface800-44100 create mode 100644 .config/jack/fw-fireface800-48000 (limited to '.config') diff --git a/.config/jack/fw-fireface800-44100 b/.config/jack/fw-fireface800-44100 new file mode 100644 index 0000000..b36a168 --- /dev/null +++ b/.config/jack/fw-fireface800-44100 @@ -0,0 +1,13 @@ +# Sample configuration file for a JACK systemd --user service, using a firewire device +NAME="default" +DRIVER="firewire" +DEVICE="/dev/fw1" +NOMLOCK="" +REALTIME="-R" +PORTMAX=512 +UNLOCK="-u" +VERBOSE="-v" +DRIVER_SETTINGS="\ + -n 3 \ + -p 256\ + -r 44100" diff --git a/.config/jack/fw-fireface800-48000 b/.config/jack/fw-fireface800-48000 new file mode 100644 index 0000000..9f2efa5 --- /dev/null +++ b/.config/jack/fw-fireface800-48000 @@ -0,0 +1,13 @@ +# Sample configuration file for a JACK systemd --user service, using a firewire device +NAME="default" +DRIVER="firewire" +DEVICE="/dev/fw1" +NOMLOCK="" +REALTIME="-R" +PORTMAX=512 +UNLOCK="-u" +VERBOSE="-v" +DRIVER_SETTINGS="\ + -n 3 \ + -p 512\ + -r 48000" -- cgit v1.2.3-54-g00ecf