Stable: 2.5.2
Development: 2.6-alpha3
Hi, i was wondering how to make MOC autoconnect to a JACK output. I'm using jack with freebob, so my output should go to system:playback_
The only way i can do it now is through patchage, but life would be so much easier with less clicks :)
is there any way to do it through some config file?.. I'm new to MOC, but i'm loving it already.. thanx
enicar
Sun, 2008-02-03 17:09
Permalink
Partial solution
Hi,
I also use freebob. I put the next 2 lines in ~/.moc/config :
JackOutLeft = "freebob_pcm:dev1p_LineOut 1+2 left"
JackOutRight = "freebob_pcm:dev1p_LineOut 1+2 right"
It seems to solve the problem but jack complains about the process exits.
And mocp it's as mcop is traing in server mode. I don'know how to fix this.
Bye
jonn3
Mon, 2008-02-04 20:07
Permalink
Tried this?
Hi, I'm using freebob with a firepod, i simply use:
JackOutLeft = "system:playback_1"
JackOutRight = "system:playback_2"
enicar
Wed, 2008-02-06 08:49
Permalink
Using jackd with freebob
Hi,
I have forgoten, I use freebob with an Edirol FA66.
It seems that parameters depends on the hardware use...
I think there is a solution : Jackd can tell which parameters
use.
Bye