hunk ./Makefile 9 +jack: jack2 + +jack1: +# -n 2 is default, larger values are not supported +# --period 1024 is default, option is mentioned in manpage but jackd does not accept it +# -r 44100 +# --midi-bufsize 200 + jackd --nozombies --timeout 2000 -d alsa -Xseq -n 3 -d hw:0 & + +jack2: + jackd --timeout 2000 -d alsa -Xseq -n 3 -d hw:0 & + hunk ./src/Sound/JACK.hs 4 - Copyright (C) 2011 Henning Thielemann + Copyright (C) 2011-2013 Henning Thielemann hunk ./src/Sound/JACK.hs 167 --- | Creates a new JACK client with the "default" server +-- | Creates a new JACK client with the @default@ server