Jackd multiple ports connections
| Date | 2015-08-10 13:18 |
| From | vallste |
| Subject | Jackd multiple ports connections |
Hello,
I'd like to connect several different csound programs using jack as audio
matrix (sort of) and calling connections from commandline (via csoound
flags).
For example I've 2 scripts:
prog1.csd, prog2.csd (-+jack_client=prog1, -+jack_client=prog2);
each one with i'ts own in/out jack ports (prog1:input_ , prog1:output_
prog2:input_ , prog2:output_).
If I want to connect prog1:output_ to prog2:input_ and prog1:output_ to
system:playback_ how I can set the -odac: flag of prog1? Will a comma works
(something like -odac:prog2:input_,system:playback_)?
Thank you in advance
--
View this message in context: http://csound.1045644.n5.nabble.com/Jackd-multiple-ports-connections-tp5743059.html
Sent from the Csound - General mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2015-08-10 16:43 |
| From | "F. Silvain" |
| Subject | Re: Jackd multiple ports connections |
Hey hey!
vallste, Aug 10 2015:
> Hello,
> I'd like to connect several different csound programs using jack as audio
> matrix (sort of) and calling connections from commandline (via csoound
> flags).
You can use -odac:portname_prefix -idac:portname_prefix, when JACK is used with -+rtaudio=jack. See the manual, section "realtime I/O on Linux".
If you need finer control, use the jackO family of opcodes.
...
Ta-ta
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter: http://twitter.com/ffanci_silvain
* GitHub: https://github.com/fsilvain
------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2015-08-11 16:06 |
| From | vallste |
| Subject | Re: Jackd multiple ports connections |
Hi,
this is clear but what if i want to -idac:portname_prefix1 and
-idac:portname_prefix2 in one -idac call (two port connected to the idac of
one program, a sort of splitter)?
--
View this message in context: http://csound.1045644.n5.nabble.com/Jackd-multiple-ports-connections-tp5743059p5743078.html
Sent from the Csound - General mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |