diff options
author | David Runge <dave@sleepmap.de> | 2018-01-11 14:42:55 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2018-01-11 14:42:55 +0100 |
commit | 1720556c1663336870d0e513f0893fc9abfe7ca7 (patch) | |
tree | 13a73d24791efc72041c24e69fafd375e19f435f | |
parent | e4bcea4c1d517687eeac5a3cbb6d78d7b3395943 (diff) | |
download | dotfiles-1720556c1663336870d0e513f0893fc9abfe7ca7.tar.gz dotfiles-1720556c1663336870d0e513f0893fc9abfe7ca7.tar.bz2 dotfiles-1720556c1663336870d0e513f0893fc9abfe7ca7.tar.xz dotfiles-1720556c1663336870d0e513f0893fc9abfe7ca7.zip |
.config/jack/usb-fireface-ufx-ak-44100: Lowering the framesize to 64.
-rw-r--r-- | .config/jack/usb-fireface-ufx-ak-44100 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/jack/usb-fireface-ufx-ak-44100 b/.config/jack/usb-fireface-ufx-ak-44100 index fb2558b..bac22f8 100644 --- a/.config/jack/usb-fireface-ufx-ak-44100 +++ b/.config/jack/usb-fireface-ufx-ak-44100 @@ -8,5 +8,5 @@ UNLOCK="-u" VERBOSE="-v" DRIVER_SETTINGS="\ -n 2 \ - -p 128\ + -p 64 \ -r 44100" |