Skip to content

Instantly share code, notes, and snippets.

@bgc
Created November 7, 2020 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgc/5dfd77bc10a0abcf7964cba39934150a to your computer and use it in GitHub Desktop.
Save bgc/5dfd77bc10a0abcf7964cba39934150a to your computer and use it in GitHub Desktop.
Setup NI Komplete Audio 6 with NORNS - to bypass the supercollider fail error of bad soldering of DAC
pcm.!default {
type hw
card K6
}
ctl.!default {
type hw
card K6
}
[Unit]
After=sound.target
[Service]
Type=simple
User=we
Group=we
Environment="JACK_NO_AUDIO_RESERVATION=1"
LimitRTPRIO=95
LimitMEMLOCK=infinity
ExecStart=/usr/bin/jackd -R -P 95 -d alsa -d hw:K6,0 -r 48000 -n 3 -p 128 -S -s
ExecStartPost=/usr/bin/jack_wait -w -t 10
TimeoutStopSec=1
[Install]
WantedBy=norns.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment