diff options
author | David Runge <dave@sleepmap.de> | 2017-10-01 22:07:15 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-10-01 22:07:15 +0200 |
commit | 3b299399011de409a46b9d02d53788953271e741 (patch) | |
tree | 4a722c68305bc9492d12e48f8a9c24e9b478e1b4 | |
parent | 1d15bd7a8723a3b2413bd2fb44f04be9e75604b6 (diff) | |
download | dotfiles-3b299399011de409a46b9d02d53788953271e741.tar.gz dotfiles-3b299399011de409a46b9d02d53788953271e741.tar.bz2 dotfiles-3b299399011de409a46b9d02d53788953271e741.tar.xz dotfiles-3b299399011de409a46b9d02d53788953271e741.zip |
.config/jack/fw-fireface800-4*: Adding configurations for fireface 800.
-rw-r--r-- | .config/jack/fw-fireface800-44100 | 13 | ||||
-rw-r--r-- | .config/jack/fw-fireface800-48000 | 13 |
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" |