Csound Csound-dev Csound-tekno Search About

[Csnd] JACK inputs - different client names?

Date2019-01-17 11:22
From"Jeanette C."
Subject[Csnd] JACK inputs - different client names?
Hey hey,
when using Csound with JACK and live inputs, is there a way to give different 
client names to different inputs?

If not, the reason is this: I have a DAW which can send audio to other JACK 
clients, but can't specify the ports. It just uses the first (n channel) ports 
that it finds. For side chaining effects in Csound however, I need one lot of 
inputs for the signal to be processed and one lot of inputs for the side 
chain.

Any ideas would be welcome.

Thanks and best wishes,

Jeanette

-- 
  * Website: http://juliencoder.de - for summer is a state of sound
  * SoundCloud: https://soundcloud.com/jeanette_c
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * GitHub: https://github.com/jeanette-c
  * Twitter: https://twitter.com/jeanette_c_s

You know I'm one of a kind,
There'll never be another me <3
(Britney Spears)

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-01-17 11:36
FromVictor Lazzarini
SubjectRe: [Csnd] JACK inputs - different client names?
csound --help gives the following jack options that might be relevant to you

-+jack_client= (max. length = 32 characters)
	JACK client name (default: csound6)
-+jack_inportname= (max. length = 32 characters)
	JACK input port name prefix (default: input)
-+jack_midi_client= (max. length = 32 characters)
	JACK MIDI client name prefix (default: csound6-midi)
-+jack_midi_inportname= (max. length = 32 characters)
	JACK MIDI input port name(default: port)
-+jack_midi_outportname= (max. length = 32 characters)
	JACK MIDI output port name (default: port)
-+jack_outportname= (max. length = 32 characters)
	JACK output port name prefix (default: output)

HTH
========================
Prof. Victor Lazzarini
Maynooth University
Ireland


> On 17 Jan 2019, at 11:22, Jeanette C.  wrote:
> 
> Hey hey,
> when using Csound with JACK and live inputs, is there a way to give different client names to different inputs?
> 
> If not, the reason is this: I have a DAW which can send audio to other JACK clients, but can't specify the ports. It just uses the first (n channel) ports that it finds. For side chaining effects in Csound however, I need one lot of inputs for the signal to be processed and one lot of inputs for the side chain.
> 
> Any ideas would be welcome.
> 
> Thanks and best wishes,
> 
> Jeanette
> 
> -- 
> * Website: http://juliencoder.de - for summer is a state of sound
> * SoundCloud: https://soundcloud.com/jeanette_c
> * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
> * GitHub: https://github.com/jeanette-c
> * Twitter: https://twitter.com/jeanette_c_s
> 
> You know I'm one of a kind,
> There'll never be another me <3
> (Britney Spears)
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-01-17 12:08
From"Jeanette C."
SubjectRe: [Csnd] JACK inputs - different client names?
Jan 17 2019, Victor Lazzarini has written:

> csound --help gives the following jack options that might be relevant to you
>
> -+jack_client= (max. length = 32 characters)
> 	JACK client name (default: csound6)
> -+jack_inportname= (max. length = 32 characters)
> 	JACK input port name prefix (default: input)
> -+jack_midi_client= (max. length = 32 characters)
> 	JACK MIDI client name prefix (default: csound6-midi)
> -+jack_midi_inportname= (max. length = 32 characters)
> 	JACK MIDI input port name(default: port)
> -+jack_midi_outportname= (max. length = 32 characters)
> 	JACK MIDI output port name (default: port)
> -+jack_outportname= (max. length = 32 characters)
> 	JACK output port name prefix (default: output)
>
> HTH
Alas not, these options set client name and schemes for port names
globally.

Hm, thinking harder about it, I assume the only way this would be
possible, would be to have more than one JACK client within the same
Csound instance. This makes it an external challenge. Thanks for getting
me to use my head properly. :)

Best wishes,

Jeanette
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>
>> On 17 Jan 2019, at 11:22, Jeanette C.  wrote:
>>
>> Hey hey,
>> when using Csound with JACK and live inputs, is there a way to give different client names to different inputs?
>>
>> If not, the reason is this: I have a DAW which can send audio to other JACK clients, but can't specify the ports. It just uses the first (n channel) ports that it finds. For side chaining effects in Csound however, I need one lot of inputs for the signal to be processed and one lot of inputs for the side chain.
>>
>> Any ideas would be welcome.
>>
>> Thanks and best wishes,
>>
>> Jeanette
>>
>> --
>> * Website: http://juliencoder.de - for summer is a state of sound
>> * SoundCloud: https://soundcloud.com/jeanette_c
>> * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
>> * GitHub: https://github.com/jeanette-c
>> * Twitter: https://twitter.com/jeanette_c_s
>>
>> You know I'm one of a kind,
>> There'll never be another me <3
>> (Britney Spears)
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

-- 
  * Website: http://juliencoder.de - for summer is a state of sound
  * SoundCloud: https://soundcloud.com/jeanette_c
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * GitHub: https://github.com/jeanette-c
  * Twitter: https://twitter.com/jeanette_c_s

You know I'm one of a kind,
There'll never be another me <3
(Britney Spears)

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here