Csound Csound-dev Csound-tekno Search About

[Csnd] csound6, problem with parentheses..

Date2013-06-26 09:42
FromRory Walsh
Subject[Csnd] csound6, problem with parentheses..
The following causes a syntax error for me:

instr 1
kadsr adsr .1, .2, .5, .5
a1 oscili 1, 440, 1
outs (kadsr)*a1, a1
endin

To fix it I need to remove the brackets around kadsr in the output?

Date2013-06-26 09:46
Frompeiman khosravi
SubjectRe: [Csnd] csound6, problem with parentheses..
I'm curious, would this work?

instr 1
kadsr adsr .1, .2, .5, .5
a1 oscili 1, 440, 1
outs (kadsr+0)*a1, a1
endin






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 26 June 2013 09:42, Rory Walsh <rorywalsh@ear.ie> wrote:
The following causes a syntax error for me:

instr 1
kadsr adsr .1, .2, .5, .5
a1 oscili 1, 440, 1
outs (kadsr)*a1, a1
endin

To fix it I need to remove the brackets around kadsr in the output?


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"



Date2013-06-26 10:01
FromRory Walsh
SubjectRe: [Csnd] csound6, problem with parentheses..
ah...yes, it does?

On 26 June 2013 10:46, peiman khosravi  wrote:
> I'm curious, would this work?
>
> instr 1
> kadsr adsr .1, .2, .5, .5
> a1 oscili 1, 440, 1
> outs (kadsr+0)*a1, a1
> endin
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 26 June 2013 09:42, Rory Walsh  wrote:
>>
>> The following causes a syntax error for me:
>>
>> instr 1
>> kadsr adsr .1, .2, .5, .5
>> a1 oscili 1, 440, 1
>> outs (kadsr)*a1, a1
>> endin
>>
>> To fix it I need to remove the brackets around kadsr in the output?
>>
>>
>> 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"
>>
>

Date2013-06-26 10:01
FromRory Walsh
SubjectRe: [Csnd] csound6, problem with parentheses..
Care to enlighten us on why?

Date2013-06-26 13:00
Frompeiman khosravi
SubjectRe: [Csnd] csound6, problem with parentheses..
Well, I was thinking doing (kadsr)*a1 doesn't make sense, whereas (kadsr+0)*a1 does!






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 26 June 2013 10:01, Rory Walsh <rorywalsh@ear.ie> wrote:
Care to enlighten us on why?


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"



Date2013-06-26 13:10
FromRory Walsh
SubjectRe: [Csnd] csound6, problem with parentheses..
Csound6 as far as I can tell. This is from a bunch of Cabbage
instruments that were all working fine with Csound5.

On 26 June 2013 14:00, peiman khosravi  wrote:
> Well, I was thinking doing (kadsr)*a1 doesn't make sense, whereas
> (kadsr+0)*a1 does!
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 26 June 2013 10:01, Rory Walsh  wrote:
>>
>> Care to enlighten us on why?
>>
>>
>> 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"
>>
>