Csound Csound-dev Csound-tekno Search About

Re: [Csnd] jack and csound

Date2011-06-03 21:08
Fromkelly hirai
SubjectRe: [Csnd] jack and csound
csound -+rtaudio=jack -iadc -odac loop-2ch.orc loop.sco

On Mon, 6 Jun 2011, peiman khosravi wrote:

> Hello,
>
> Apologies in advance for the stupid question.
>
> What is the easiest way to run a csd with Jack? I cannot workout the 
> command-line for this.
>
> Best,
>
> Peiman
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound"
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-06 14:18
Frompeiman khosravi
Subject[Csnd] jack and csound
Hello,

Apologies in advance for the stupid question.

What is the easiest way to run a csd with Jack? I cannot workout the 
command-line for this.

Best,

Peiman


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-06 14:28
FromRobin Gareus
SubjectRe: [Csnd] jack and csound
On 06/06/2011 03:18 PM, peiman khosravi wrote:
> Hello,
> 
> Apologies in advance for the stupid question.
> 
> What is the easiest way to run a csd with Jack? I cannot workout the
> command-line for this.

Here's what works for me (JACK on Debian GNU/Linux)

--------------~/bin/csound-jack.sh------------------------
~/bin/csound-jack.sh
#!/bin/sh
csound -b4800 -B4096 -+rtaudio=jack -odac:system:playback_
-iadc:system:capture_ $@
----------------------------------------------------------

You should change -b/-B according to JACK's period size and your
application latency requirements and may also want to add some of
      -+rtmidi=portmidi --expression-opt -d -g -f -M0 -m0
see `man csound`...

HTH,
robin


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-06 15:35
FromDave Phillips
SubjectRe: [Csnd] jack and csound
peiman khosravi wrote:
>
> What is the easiest way to run a csd with Jack? I cannot workout the 
> command-line for this.
>


Hi Peiman,

A simple example that autoconnects Csound and JACK :

    csound -+rtaudio=jack -odac:system:playback_ -iadc:system:capture_ 
foo.csd

Best,

dp



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-06 16:51
Frompeiman khosravi
SubjectRe: [Csnd] jack and csound
Thanks very much. This is working fine. Is it possible to make multiple 
connections?

Best,

Peiman

On 06/06/2011 15:35, Dave Phillips wrote:
> peiman khosravi wrote:
>>
>> What is the easiest way to run a csd with Jack? I cannot workout the 
>> command-line for this.
>>
>
>
> Hi Peiman,
>
> A simple example that autoconnects Csound and JACK :
>
>    csound -+rtaudio=jack -odac:system:playback_ -iadc:system:capture_ 
> foo.csd
>
> Best,
>
> dp
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body 
> "unsubscribe csound"
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-09 15:17
FromDave Phillips
SubjectRe: [Csnd] jack and csound
peiman khosravi wrote:
>
> Thanks very much. This is working fine. Is it possible to make 
> multiple connections?
>
>

Hi Peiman,

Sorry for the late reply, I missed this message when it arrived.

It's a good question. Does anyone here know the answer ? I'd like to 
know how it's done, if it can be done.

Best,

dp


> On 06/06/2011 15:35, Dave Phillips wrote:
>> peiman khosravi wrote:
>>>
>>> What is the easiest way to run a csd with Jack? I cannot workout the 
>>> command-line for this.
>>>
>>
>>
>> Hi Peiman,
>>
>> A simple example that autoconnects Csound and JACK :
>>
>>    csound -+rtaudio=jack -odac:system:playback_ -iadc:system:capture_ 
>> foo.csd
>>
>> Best,
>>
>> dp
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body 
>> "unsubscribe csound"
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body 
> "unsubscribe csound"
>
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-09 15:36
FromVictor Lazzarini
SubjectRe: [Csnd] jack and csound
It should be possible from qjackctl. Is that what you asked?

Victor
On 9 Jun 2011, at 15:17, Dave Phillips wrote:

> peiman khosravi wrote:
>>
>> Thanks very much. This is working fine. Is it possible to make  
>> multiple connections?
>>
>>
>
> Hi Peiman,
>
> Sorry for the late reply, I missed this message when it arrived.
>
> It's a good question. Does anyone here know the answer ? I'd like to  
> know how it's done, if it can be done.
>
> Best,
>
> dp
>
>
>> On 06/06/2011 15:35, Dave Phillips wrote:
>>> peiman khosravi wrote:
>>>>
>>>> What is the easiest way to run a csd with Jack? I cannot workout  
>>>> the command-line for this.
>>>>
>>>
>>>
>>> Hi Peiman,
>>>
>>> A simple example that autoconnects Csound and JACK :
>>>
>>>   csound -+rtaudio=jack -odac:system:playback_ - 
>>> iadc:system:capture_ foo.csd
>>>
>>> Best,
>>>
>>> dp
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>           https://sourceforge.net/tracker/? 
>>> group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>> "unsubscribe csound"
>>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>>
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-09 15:39
FromDave Phillips
SubjectRe: [Csnd] jack and csound
Victor Lazzarini wrote:
> It should be possible from qjackctl. Is that what you asked?

Hi Victor,

I assumed he wanted to know if it could be done from the Csound command 
line to make the connections automatically.

Best,

dp



>
>
> On 9 Jun 2011, at 15:17, Dave Phillips wrote:
>
>> peiman khosravi wrote:
>>>
>>> Thanks very much. This is working fine. Is it possible to make 
>>> multiple connections?
>>>
>>>
>>
>> Hi Peiman,
>>
>> Sorry for the late reply, I missed this message when it arrived.
>>
>> It's a good question. Does anyone here know the answer ? I'd like to 
>> know how it's done, if it can be done.
>>
>> Best,
>>
>> dp
>>
>>
>>> On 06/06/2011 15:35, Dave Phillips wrote:
>>>> peiman khosravi wrote:
>>>>>
>>>>> What is the easiest way to run a csd with Jack? I cannot workout 
>>>>> the command-line for this.
>>>>>
>>>>
>>>>
>>>> Hi Peiman,
>>>>
>>>> A simple example that autoconnects Csound and JACK :
>>>>
>>>>   csound -+rtaudio=jack -odac:system:playback_ 
>>>> -iadc:system:capture_ foo.csd
>>>>
>>>> Best,
>>>>
>>>> dp
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body 
>>>> "unsubscribe csound"
>>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body 
>>> "unsubscribe csound"
>>>
>>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body 
>> "unsubscribe csound"
>>
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body 
> "unsubscribe csound"
>
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-09 15:44
FromSteven Yi
SubjectRe: [Csnd] jack and csound
You could try using the jacko opcodes:

http://csounds.com/manual/html/JackoOpcodes.html



On Thu, Jun 9, 2011 at 10:39 AM, Dave Phillips  wrote:
> Victor Lazzarini wrote:
>>
>> It should be possible from qjackctl. Is that what you asked?
>
> Hi Victor,
>
> I assumed he wanted to know if it could be done from the Csound command line
> to make the connections automatically.
>
> Best,
>
> dp
>
>
>
>>
>>
>> On 9 Jun 2011, at 15:17, Dave Phillips wrote:
>>
>>> peiman khosravi wrote:
>>>>
>>>> Thanks very much. This is working fine. Is it possible to make multiple
>>>> connections?
>>>>
>>>>
>>>
>>> Hi Peiman,
>>>
>>> Sorry for the late reply, I missed this message when it arrived.
>>>
>>> It's a good question. Does anyone here know the answer ? I'd like to know
>>> how it's done, if it can be done.
>>>
>>> Best,
>>>
>>> dp
>>>
>>>
>>>> On 06/06/2011 15:35, Dave Phillips wrote:
>>>>>
>>>>> peiman khosravi wrote:
>>>>>>
>>>>>> What is the easiest way to run a csd with Jack? I cannot workout the
>>>>>> command-line for this.
>>>>>>
>>>>>
>>>>>
>>>>> Hi Peiman,
>>>>>
>>>>> A simple example that autoconnects Csound and JACK :
>>>>>
>>>>>  csound -+rtaudio=jack -odac:system:playback_ -iadc:system:capture_
>>>>> foo.csd
>>>>>
>>>>> Best,
>>>>>
>>>>> dp
>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe csound"
>>>>>
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-06-09 20:56
Frompeiman khosravi
SubjectRe: [Csnd] jack and csound
Thanks,

Yes I was wondering if it was possible to do it from csound
command-line.  I can do it from the Jack application but it would be
simpler if I could just do it in one go.

Thanks Steven, I'll have a go at the JackoOpcodes.

Best,

Peiman

On 9 June 2011 15:44, Steven Yi  wrote:
> You could try using the jacko opcodes:
>
> http://csounds.com/manual/html/JackoOpcodes.html
>
>
>
> On Thu, Jun 9, 2011 at 10:39 AM, Dave Phillips  wrote:
>> Victor Lazzarini wrote:
>>>
>>> It should be possible from qjackctl. Is that what you asked?
>>
>> Hi Victor,
>>
>> I assumed he wanted to know if it could be done from the Csound command line
>> to make the connections automatically.
>>
>> Best,
>>
>> dp
>>
>>
>>
>>>
>>>
>>> On 9 Jun 2011, at 15:17, Dave Phillips wrote:
>>>
>>>> peiman khosravi wrote:
>>>>>
>>>>> Thanks very much. This is working fine. Is it possible to make multiple
>>>>> connections?
>>>>>
>>>>>
>>>>
>>>> Hi Peiman,
>>>>
>>>> Sorry for the late reply, I missed this message when it arrived.
>>>>
>>>> It's a good question. Does anyone here know the answer ? I'd like to know
>>>> how it's done, if it can be done.
>>>>
>>>> Best,
>>>>
>>>> dp
>>>>
>>>>
>>>>> On 06/06/2011 15:35, Dave Phillips wrote:
>>>>>>
>>>>>> peiman khosravi wrote:
>>>>>>>
>>>>>>> What is the easiest way to run a csd with Jack? I cannot workout the
>>>>>>> command-line for this.
>>>>>>>
>>>>>>
>>>>>>
>>>>>> Hi Peiman,
>>>>>>
>>>>>> A simple example that autoconnects Csound and JACK :
>>>>>>
>>>>>>  csound -+rtaudio=jack -odac:system:playback_ -iadc:system:capture_
>>>>>> foo.csd
>>>>>>
>>>>>> Best,
>>>>>>
>>>>>> dp
>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>> "unsubscribe csound"
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>> csound"
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-06-09 21:11
FromAndres Cabrera
SubjectRe: [Csnd] jack and csound
You could also use the system opcode and call jack_connect.

Cheers,
Andres

On Thu, Jun 9, 2011 at 8:56 PM, peiman khosravi
 wrote:
> Thanks,
>
> Yes I was wondering if it was possible to do it from csound
> command-line.  I can do it from the Jack application but it would be
> simpler if I could just do it in one go.
>
> Thanks Steven, I'll have a go at the JackoOpcodes.
>
> Best,
>
> Peiman
>
> On 9 June 2011 15:44, Steven Yi  wrote:
>> You could try using the jacko opcodes:
>>
>> http://csounds.com/manual/html/JackoOpcodes.html
>>
>>
>>
>> On Thu, Jun 9, 2011 at 10:39 AM, Dave Phillips  wrote:
>>> Victor Lazzarini wrote:
>>>>
>>>> It should be possible from qjackctl. Is that what you asked?
>>>
>>> Hi Victor,
>>>
>>> I assumed he wanted to know if it could be done from the Csound command line
>>> to make the connections automatically.
>>>
>>> Best,
>>>
>>> dp
>>>
>>>
>>>
>>>>
>>>>
>>>> On 9 Jun 2011, at 15:17, Dave Phillips wrote:
>>>>
>>>>> peiman khosravi wrote:
>>>>>>
>>>>>> Thanks very much. This is working fine. Is it possible to make multiple
>>>>>> connections?
>>>>>>
>>>>>>
>>>>>
>>>>> Hi Peiman,
>>>>>
>>>>> Sorry for the late reply, I missed this message when it arrived.
>>>>>
>>>>> It's a good question. Does anyone here know the answer ? I'd like to know
>>>>> how it's done, if it can be done.
>>>>>
>>>>> Best,
>>>>>
>>>>> dp
>>>>>
>>>>>
>>>>>> On 06/06/2011 15:35, Dave Phillips wrote:
>>>>>>>
>>>>>>> peiman khosravi wrote:
>>>>>>>>
>>>>>>>> What is the easiest way to run a csd with Jack? I cannot workout the
>>>>>>>> command-line for this.
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Hi Peiman,
>>>>>>>
>>>>>>> A simple example that autoconnects Csound and JACK :
>>>>>>>
>>>>>>>  csound -+rtaudio=jack -odac:system:playback_ -iadc:system:capture_
>>>>>>> foo.csd
>>>>>>>
>>>>>>> Best,
>>>>>>>
>>>>>>> dp
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>> "unsubscribe csound"
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>> csound"
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>> csound"
>>>>>
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-06-09 21:27
Frompeiman khosravi
SubjectRe: [Csnd] jack and csound
very good point. This sounds like an elegant solution.

Thanks Andres.

P

On 9 June 2011 21:11, Andres Cabrera  wrote:
> You could also use the system opcode and call jack_connect.
>
> Cheers,
> Andres
>
> On Thu, Jun 9, 2011 at 8:56 PM, peiman khosravi
>  wrote:
>> Thanks,
>>
>> Yes I was wondering if it was possible to do it from csound
>> command-line.  I can do it from the Jack application but it would be
>> simpler if I could just do it in one go.
>>
>> Thanks Steven, I'll have a go at the JackoOpcodes.
>>
>> Best,
>>
>> Peiman
>>
>> On 9 June 2011 15:44, Steven Yi  wrote:
>>> You could try using the jacko opcodes:
>>>
>>> http://csounds.com/manual/html/JackoOpcodes.html
>>>
>>>
>>>
>>> On Thu, Jun 9, 2011 at 10:39 AM, Dave Phillips  wrote:
>>>> Victor Lazzarini wrote:
>>>>>
>>>>> It should be possible from qjackctl. Is that what you asked?
>>>>
>>>> Hi Victor,
>>>>
>>>> I assumed he wanted to know if it could be done from the Csound command line
>>>> to make the connections automatically.
>>>>
>>>> Best,
>>>>
>>>> dp
>>>>
>>>>
>>>>
>>>>>
>>>>>
>>>>> On 9 Jun 2011, at 15:17, Dave Phillips wrote:
>>>>>
>>>>>> peiman khosravi wrote:
>>>>>>>
>>>>>>> Thanks very much. This is working fine. Is it possible to make multiple
>>>>>>> connections?
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> Hi Peiman,
>>>>>>
>>>>>> Sorry for the late reply, I missed this message when it arrived.
>>>>>>
>>>>>> It's a good question. Does anyone here know the answer ? I'd like to know
>>>>>> how it's done, if it can be done.
>>>>>>
>>>>>> Best,
>>>>>>
>>>>>> dp
>>>>>>
>>>>>>
>>>>>>> On 06/06/2011 15:35, Dave Phillips wrote:
>>>>>>>>
>>>>>>>> peiman khosravi wrote:
>>>>>>>>>
>>>>>>>>> What is the easiest way to run a csd with Jack? I cannot workout the
>>>>>>>>> command-line for this.
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Hi Peiman,
>>>>>>>>
>>>>>>>> A simple example that autoconnects Csound and JACK :
>>>>>>>>
>>>>>>>>  csound -+rtaudio=jack -odac:system:playback_ -iadc:system:capture_
>>>>>>>> foo.csd
>>>>>>>>
>>>>>>>> Best,
>>>>>>>>
>>>>>>>> dp
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>> "unsubscribe csound"
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>>> csound"
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>> csound"
>>>>>>
>>>>>
>>>>> Dr Victor Lazzarini
>>>>> Senior Lecturer
>>>>> Dept. of Music
>>>>> NUI Maynooth Ireland
>>>>> tel.: +353 1 708 3545
>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>> csound"
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"