Csound Csound-dev Csound-tekno Search About

[Csnd] zaw and zawm?

Date2011-04-19 14:39
FromAdam Puckett
Subject[Csnd] zaw and zawm?
Hi,

What is the difference between zaw and zawm? The manual doesn't seem
to explain it enough for me.

Thanks,

Adam


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-04-19 15:01
FromJustin Glenn Smith
SubjectRe: [Csnd] zaw and zawm?
zaw replaces the data at that index, zawm mixes with pre-existing data at that index

; zawm implemented using zaw
aprev zar 1
      zaw asig+aprev, 1

; zaw implemented using zawm
aprev zar 1
      zawm asig-aprev, 1

Adam Puckett wrote:
> Hi,
> 
> What is the difference between zaw and zawm? The manual doesn't seem
> to explain it enough for me.
> 
> Thanks,
> 
> Adam
> 
> 
> 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-04-19 15:09
FromAdam Puckett
SubjectRe: [Csnd] zaw and zawm?
Thanks Justin!

On 4/19/11, Justin Glenn Smith  wrote:
> zaw replaces the data at that index, zawm mixes with pre-existing data at
> that index
>
> ; zawm implemented using zaw
> aprev zar 1
>       zaw asig+aprev, 1
>
> ; zaw implemented using zawm
> aprev zar 1
>       zawm asig-aprev, 1
>
> Adam Puckett wrote:
>> Hi,
>>
>> What is the difference between zaw and zawm? The manual doesn't seem
>> to explain it enough for me.
>>
>> Thanks,
>>
>> Adam
>>
>>
>> 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"