On Mon, 31 Mar 2014, thomas kaeding wrote:
> I don't have a .jackdrc. What is the syntax so I can make my own?
It's like a jack command line, e.g.
/usr/bin/jackd -P95 -p1024 -t2000 -dalsa -r44100 -p256 -n3 -M -Xseq -D -Chw:1
-Phw:1 >/tmp/jackd-hm.log 2>&1
But starting jack via Qjackctl isn't the worst way. Qjackctl can be
started by your session manager on every log in. That's very convenient.
You don't need to stop jackd for ALSA clients. Just redirect them to
jackd with this ~/.asoundrc
pcm.!default {
type plug
slave.pcm "jack"
hint {
show on
description "Playback/recording through JACK"
}
}
pcm.jack {
type jack
playback_ports {
0 "system:playback_1"
1 "system:playback_2"
}
capture_ports {
0 system:capture_1
1 system:capture_2
}
hint {
show on
description "Playback/recording through JACK"
}
}
> Yes, my songs suck ass. [Here's proof:
> http://soundcloud.com/flautingfrog/08-09-17-20130315]
Doesn't hurt :)
------------------------------------------------------------------------------
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel