Csound Csound-dev Csound-tekno Search About

[Cs-dev] QuteCsound bugs

Date2011-01-27 02:44
FromMichael Gogins
Subject[Cs-dev] QuteCsound bugs
Lots of stuff works fine, but I find the following bugs:

(1) McCurdy examples don't run because of ":" in path:

d:\utah\home\mkg\csound\head>echo "csound -+ignore_csopts=1
-+rtaudio=portaudio -iadc -odac --env:CSNOSTOP=yes ":/Examples/McCurdy
Collection/Modulation/05_2xModulatorCarrierWithEnvelopes.csd" ""csound
-+ignore_csopts=1 -+rtaudio=portaudio -iadc -odac --env:CSNOSTOP=yes
":/Examples/McCurdy
Collection/Modulation/05_2xModulatorCarrierWithEnvelopes.csd" "

(2) Not sure if this is really a bug, but if "Render" is configured to
use QuteCsound options and ignore csd options but no output is
specified, output goes to dac instead of to "test.wav" which is what I
would expect (maybe because of csound.rc?). If "test.wav" is specified
in the output filename box, it works fine.

Regards,
Mike

-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-01-27 10:54
FromAndres Cabrera
SubjectRe: [Cs-dev] QuteCsound bugs
Hi,

On Thu, Jan 27, 2011 at 2:44 AM, Michael Gogins
 wrote:
> Lots of stuff works fine, but I find the following bugs:
>
> (1) McCurdy examples don't run because of ":" in path:
>
> d:\utah\home\mkg\csound\head>echo "csound -+ignore_csopts=1
> -+rtaudio=portaudio -iadc -odac --env:CSNOSTOP=yes ":/Examples/McCurdy
> Collection/Modulation/05_2xModulatorCarrierWithEnvelopes.csd" ""csound
> -+ignore_csopts=1 -+rtaudio=portaudio -iadc -odac --env:CSNOSTOP=yes
> ":/Examples/McCurdy
> Collection/Modulation/05_2xModulatorCarrierWithEnvelopes.csd" "
>

Yes. To simplify distribution and installation, all the examples are
bundled inside the executable itself, so their paths begin with :. A
temporary file should be created prior to running any examples. How
are you getting the above error?

> (2) Not sure if this is really a bug, but if "Render" is configured to
> use QuteCsound options and ignore csd options but no output is
> specified, output goes to dac instead of to "test.wav" which is what I
> would expect (maybe because of csound.rc?). If "test.wav" is specified
> in the output filename box, it works fine.
>

Thanks. This should now be fixed.

Cheers,
Andres

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-01-27 13:11
FromMichael Gogins
SubjectRe: [Cs-dev] QuteCsound bugs
I am getting the error simply from running the example in the terminal
from the examples menu.On Windows a path that begins with a colon is
not legal.

Regards,
Mike

On Thu, Jan 27, 2011 at 5:54 AM, Andres Cabrera  wrote:
> Hi,
>
> On Thu, Jan 27, 2011 at 2:44 AM, Michael Gogins
>  wrote:
>> Lots of stuff works fine, but I find the following bugs:
>>
>> (1) McCurdy examples don't run because of ":" in path:
>>
>> d:\utah\home\mkg\csound\head>echo "csound -+ignore_csopts=1
>> -+rtaudio=portaudio -iadc -odac --env:CSNOSTOP=yes ":/Examples/McCurdy
>> Collection/Modulation/05_2xModulatorCarrierWithEnvelopes.csd" ""csound
>> -+ignore_csopts=1 -+rtaudio=portaudio -iadc -odac --env:CSNOSTOP=yes
>> ":/Examples/McCurdy
>> Collection/Modulation/05_2xModulatorCarrierWithEnvelopes.csd" "
>>
>
> Yes. To simplify distribution and installation, all the examples are
> bundled inside the executable itself, so their paths begin with :. A
> temporary file should be created prior to running any examples. How
> are you getting the above error?
>
>> (2) Not sure if this is really a bug, but if "Render" is configured to
>> use QuteCsound options and ignore csd options but no output is
>> specified, output goes to dac instead of to "test.wav" which is what I
>> would expect (maybe because of csound.rc?). If "test.wav" is specified
>> in the output filename box, it works fine.
>>
>
> Thanks. This should now be fixed.
>
> Cheers,
> Andres
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-01-27 16:08
FromAndres Cabrera
SubjectRe: [Cs-dev] QuteCsound bugs
Thanks. Now fixed.

Cheers,
Andres

On Thu, Jan 27, 2011 at 1:11 PM, Michael Gogins
 wrote:
> I am getting the error simply from running the example in the terminal
> from the examples menu.On Windows a path that begins with a colon is
> not legal.
>
> Regards,
> Mike
>
> On Thu, Jan 27, 2011 at 5:54 AM, Andres Cabrera  wrote:
>> Hi,
>>
>> On Thu, Jan 27, 2011 at 2:44 AM, Michael Gogins
>>  wrote:
>>> Lots of stuff works fine, but I find the following bugs:
>>>
>>> (1) McCurdy examples don't run because of ":" in path:
>>>
>>> d:\utah\home\mkg\csound\head>echo "csound -+ignore_csopts=1
>>> -+rtaudio=portaudio -iadc -odac --env:CSNOSTOP=yes ":/Examples/McCurdy
>>> Collection/Modulation/05_2xModulatorCarrierWithEnvelopes.csd" ""csound
>>> -+ignore_csopts=1 -+rtaudio=portaudio -iadc -odac --env:CSNOSTOP=yes
>>> ":/Examples/McCurdy
>>> Collection/Modulation/05_2xModulatorCarrierWithEnvelopes.csd" "
>>>
>>
>> Yes. To simplify distribution and installation, all the examples are
>> bundled inside the executable itself, so their paths begin with :. A
>> temporary file should be created prior to running any examples. How
>> are you getting the above error?
>>
>>> (2) Not sure if this is really a bug, but if "Render" is configured to
>>> use QuteCsound options and ignore csd options but no output is
>>> specified, output goes to dac instead of to "test.wav" which is what I
>>> would expect (maybe because of csound.rc?). If "test.wav" is specified
>>> in the output filename box, it works fine.
>>>
>>
>> Thanks. This should now be fixed.
>>
>> Cheers,
>> Andres
>>
>> ------------------------------------------------------------------------------
>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>> Finally, a world-class log management solution at an even better price-free!
>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>> February 28th, so secure your free ArcSight Logger TODAY!
>> http://p.sf.net/sfu/arcsight-sfd2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net