Re: [Csnd] jack and csound
| Date | 2011-06-03 21:08 |
| From | kelly hirai |
| Subject | Re: [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"
|
| Date | 2011-06-06 14:18 |
| From | peiman 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"
|
| Date | 2011-06-06 14:28 |
| From | Robin Gareus |
| Subject | Re: [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"
|
| Date | 2011-06-06 15:35 |
| From | Dave Phillips |
| Subject | Re: [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"
|
| Date | 2011-06-06 16:51 |
| From | peiman khosravi |
| Subject | Re: [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"
|
| Date | 2011-06-09 15:17 |
| From | Dave Phillips |
| Subject | Re: [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"
|
| Date | 2011-06-09 15:36 |
| From | Victor Lazzarini |
| Subject | Re: [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"
|
| Date | 2011-06-09 15:39 |
| From | Dave Phillips |
| Subject | Re: [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"
|
| Date | 2011-06-09 15:44 |
| From | Steven Yi |
| Subject | Re: [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 |
| Date | 2011-06-09 20:56 |
| From | peiman khosravi |
| Subject | Re: [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 |
| Date | 2011-06-09 21:11 |
| From | Andres Cabrera |
| Subject | Re: [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 |
| Date | 2011-06-09 21:27 |
| From | peiman khosravi |
| Subject | Re: [Csnd] jack and csound |
very good point. This sounds like an elegant solution. Thanks Andres. P On 9 June 2011 21:11, Andres Cabrera |