aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/jack/fw-fireface800-4410013
-rw-r--r--.config/jack/fw-fireface800-4800013
2 files changed, 26 insertions, 0 deletions
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"