Csound Csound-dev Csound-tekno Search About

[Csnd] QuteCsound, no audio?

Date2010-01-06 14:55
FromRory Walsh
Subject[Csnd] QuteCsound, no audio?
I'm getting problems running audio in QuteCsound, I've not ben keeping
with the list for a few weeks so I don't know if it's been reported
but I keep getting

 *** error: unknown rtaudio module: 'portaudio'
Failed to initialise real time audio input

I just downloaded the latest one and I can run in terminal fine. Any
ideas? I've also tried changing between CsOptions and QuteCsound
options but no joy.

Rory.


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-06 15:37
FromAndres Cabrera
Subject[Csnd] Re: QuteCsound, no audio?
Hi,

This seems to be because Csound didn't load the portaudio module when
QuteCsound is used. Can you check that the custom OpocodeDir in the
QuteCsound environment? Maybe it is active but empty or maybe it's
pointing to a directory which doesn't contain the portaudio module?

Cheers,
Andres

On 1/6/10, Rory Walsh  wrote:
> I'm getting problems running audio in QuteCsound, I've not ben keeping
> with the list for a few weeks so I don't know if it's been reported
> but I keep getting
>
>  *** error: unknown rtaudio module: 'portaudio'
> Failed to initialise real time audio input
>
> I just downloaded the latest one and I can run in terminal fine. Any
> ideas? I've also tried changing between CsOptions and QuteCsound
> options but no joy.
>
> Rory.
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>


-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-06 15:43
FromRory Walsh
Subject[Csnd] Re: Re: QuteCsound, no audio?
Thanks Andres, that did the trick. I didn't realise that one had to
set OPCODEDIR in quteCsound too.

Rory.


2010/1/6 Andres Cabrera :
> Hi,
>
> This seems to be because Csound didn't load the portaudio module when
> QuteCsound is used. Can you check that the custom OpocodeDir in the
> QuteCsound environment? Maybe it is active but empty or maybe it's
> pointing to a directory which doesn't contain the portaudio module?
>
> Cheers,
> Andres
>
> On 1/6/10, Rory Walsh  wrote:
>> I'm getting problems running audio in QuteCsound, I've not ben keeping
>> with the list for a few weeks so I don't know if it's been reported
>> but I keep getting
>>
>>  *** error: unknown rtaudio module: 'portaudio'
>> Failed to initialise real time audio input
>>
>> I just downloaded the latest one and I can run in terminal fine. Any
>> ideas? I've also tried changing between CsOptions and QuteCsound
>> options but no joy.
>>
>> Rory.
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
> --
>
>
> Andrés
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-06 15:53
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: QuteCsound, no audio?
You normally don't need to, at least on Macs.
On 6 Jan 2010, at 15:43, Rory Walsh wrote:

> Thanks Andres, that did the trick. I didn't realise that one had to
> set OPCODEDIR in quteCsound too.
>
> Rory.
>
>
> 2010/1/6 Andres Cabrera :
>> Hi,
>>
>> This seems to be because Csound didn't load the portaudio module when
>> QuteCsound is used. Can you check that the custom OpocodeDir in the
>> QuteCsound environment? Maybe it is active but empty or maybe it's
>> pointing to a directory which doesn't contain the portaudio module?
>>
>> Cheers,
>> Andres
>>
>> On 1/6/10, Rory Walsh  wrote:
>>> I'm getting problems running audio in QuteCsound, I've not ben  
>>> keeping
>>> with the list for a few weeks so I don't know if it's been reported
>>> but I keep getting
>>>
>>>  *** error: unknown rtaudio module: 'portaudio'
>>> Failed to initialise real time audio input
>>>
>>> I just downloaded the latest one and I can run in terminal fine. Any
>>> ideas? I've also tried changing between CsOptions and QuteCsound
>>> options but no joy.
>>>
>>> Rory.
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>> "unsubscribe
>>> csound"
>>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-06 16:18
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Re: QuteCsound, no audio?
Hi,

Yes you normally wouldn't need to set it, so if you have to set it it
is a bug...

Maybe you checked it and left it blank, and then forgot about it? In
this case, the OPCODEDIR environment variable will be replaced by a
blank string, so no plugin opcodes will be loaded.

Cheers,
Andres

On 1/6/10, Victor Lazzarini  wrote:
> You normally don't need to, at least on Macs.
> On 6 Jan 2010, at 15:43, Rory Walsh wrote:
>
>> Thanks Andres, that did the trick. I didn't realise that one had to
>> set OPCODEDIR in quteCsound too.
>>
>> Rory.
>>
>>
>> 2010/1/6 Andres Cabrera :
>>> Hi,
>>>
>>> This seems to be because Csound didn't load the portaudio module when
>>> QuteCsound is used. Can you check that the custom OpocodeDir in the
>>> QuteCsound environment? Maybe it is active but empty or maybe it's
>>> pointing to a directory which doesn't contain the portaudio module?
>>>
>>> Cheers,
>>> Andres
>>>
>>> On 1/6/10, Rory Walsh  wrote:
>>>> I'm getting problems running audio in QuteCsound, I've not ben
>>>> keeping
>>>> with the list for a few weeks so I don't know if it's been reported
>>>> but I keep getting
>>>>
>>>>  *** error: unknown rtaudio module: 'portaudio'
>>>> Failed to initialise real time audio input
>>>>
>>>> I just downloaded the latest one and I can run in terminal fine. Any
>>>> ideas? I've also tried changing between CsOptions and QuteCsound
>>>> options but no joy.
>>>>
>>>> Rory.
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>> "unsubscribe
>>>> csound"
>>>>
>>>
>>>
>>> --
>>>
>>>
>>> Andrés
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>> "unsubscribe csound"
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"


-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-06 16:34
FromRory Walsh
Subject[Csnd] Re: Re: Re: Re: Re: QuteCsound, no audio?
I had opcodedir set before downloading the latest QuteCsound so
perhaps QuteCsound is not retrieving the environment variable
correctly? Either way it's done now so I can get back to
corrections..unfortunately!

2010/1/6 Andres Cabrera :
> Hi,
>
> Yes you normally wouldn't need to set it, so if you have to set it it
> is a bug...
>
> Maybe you checked it and left it blank, and then forgot about it? In
> this case, the OPCODEDIR environment variable will be replaced by a
> blank string, so no plugin opcodes will be loaded.
>
> Cheers,
> Andres
>
> On 1/6/10, Victor Lazzarini  wrote:
>> You normally don't need to, at least on Macs.
>> On 6 Jan 2010, at 15:43, Rory Walsh wrote:
>>
>>> Thanks Andres, that did the trick. I didn't realise that one had to
>>> set OPCODEDIR in quteCsound too.
>>>
>>> Rory.
>>>
>>>
>>> 2010/1/6 Andres Cabrera :
>>>> Hi,
>>>>
>>>> This seems to be because Csound didn't load the portaudio module when
>>>> QuteCsound is used. Can you check that the custom OpocodeDir in the
>>>> QuteCsound environment? Maybe it is active but empty or maybe it's
>>>> pointing to a directory which doesn't contain the portaudio module?
>>>>
>>>> Cheers,
>>>> Andres
>>>>
>>>> On 1/6/10, Rory Walsh  wrote:
>>>>> I'm getting problems running audio in QuteCsound, I've not ben
>>>>> keeping
>>>>> with the list for a few weeks so I don't know if it's been reported
>>>>> but I keep getting
>>>>>
>>>>>  *** error: unknown rtaudio module: 'portaudio'
>>>>> Failed to initialise real time audio input
>>>>>
>>>>> I just downloaded the latest one and I can run in terminal fine. Any
>>>>> ideas? I've also tried changing between CsOptions and QuteCsound
>>>>> options but no joy.
>>>>>
>>>>> Rory.
>>>>>
>>>>>
>>>>> Send bugs reports to this list.
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe
>>>>> csound"
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>> Andrés
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>> "unsubscribe csound"
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>> "unsubscribe csound"
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
> --
>
>
> Andrés
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-06 16:39
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Re: Re: Re: QuteCsound, no audio?
Hi,

QuteCsound will not read the current system OPCODEDIR, but will
overwrite it if it is active in the QuteCsound environment.

Cheers,
Andres

On 1/6/10, Rory Walsh  wrote:
> I had opcodedir set before downloading the latest QuteCsound so
> perhaps QuteCsound is not retrieving the environment variable
> correctly? Either way it's done now so I can get back to
> corrections..unfortunately!
>
> 2010/1/6 Andres Cabrera :
>> Hi,
>>
>> Yes you normally wouldn't need to set it, so if you have to set it it
>> is a bug...
>>
>> Maybe you checked it and left it blank, and then forgot about it? In
>> this case, the OPCODEDIR environment variable will be replaced by a
>> blank string, so no plugin opcodes will be loaded.
>>
>> Cheers,
>> Andres
>>
>> On 1/6/10, Victor Lazzarini  wrote:
>>> You normally don't need to, at least on Macs.
>>> On 6 Jan 2010, at 15:43, Rory Walsh wrote:
>>>
>>>> Thanks Andres, that did the trick. I didn't realise that one had to
>>>> set OPCODEDIR in quteCsound too.
>>>>
>>>> Rory.
>>>>
>>>>
>>>> 2010/1/6 Andres Cabrera :
>>>>> Hi,
>>>>>
>>>>> This seems to be because Csound didn't load the portaudio module when
>>>>> QuteCsound is used. Can you check that the custom OpocodeDir in the
>>>>> QuteCsound environment? Maybe it is active but empty or maybe it's
>>>>> pointing to a directory which doesn't contain the portaudio module?
>>>>>
>>>>> Cheers,
>>>>> Andres
>>>>>
>>>>> On 1/6/10, Rory Walsh  wrote:
>>>>>> I'm getting problems running audio in QuteCsound, I've not ben
>>>>>> keeping
>>>>>> with the list for a few weeks so I don't know if it's been reported
>>>>>> but I keep getting
>>>>>>
>>>>>>  *** error: unknown rtaudio module: 'portaudio'
>>>>>> Failed to initialise real time audio input
>>>>>>
>>>>>> I just downloaded the latest one and I can run in terminal fine. Any
>>>>>> ideas? I've also tried changing between CsOptions and QuteCsound
>>>>>> options but no joy.
>>>>>>
>>>>>> Rory.
>>>>>>
>>>>>>
>>>>>> Send bugs reports to this list.
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>> "unsubscribe
>>>>>> csound"
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>>
>>>>> Andrés
>>>>>
>>>>>
>>>>> Send bugs reports to this list.
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe csound"
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>> "unsubscribe csound"
>>>
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>
>>
>> --
>>
>>
>> Andrés
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"


-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"