QUICK-REF - CsoundManual - Top of this section - Previous - Contents - Index - Next

zar, zarg, zaw, zawm

   ar  zar     kndx 
   ar  zarg    kndx, kgain 
       zaw     asig, kndx 
       zawm    asig, kndx [, imix] 


DESCRIPTION

For a rate reading and writing, in the za space.

INITIALIZATION

kndx - Points to which za variable to read.

kgain - multiplies the a rate signal by a k rate value kgain.

PERFORMANCE

zar reads the number kndx array of floats in za space which are the ksmps number of audio rate floats to be processed in a k cycle.

zarg is imilar to zar, but multiplies the a rate signal by a k rate value kgain.

zaw rites asig into the za variable specified by kndx.

zawm is similar to zaw above, except that it can mix - add the asig to the current value of the destination za variable. If no imix is specified, it mixes, but if imix is used, then 0 will cause a simple write (like zaw) and any other value will cause mixing.

AUTHOR:

Robin Whittle
Australia
May 1997


QUICK-REF - CsoundManual - Top of this section - Previous - Contents - Index - Next

HTML Csound Manual - © Jean Piché & Peter J. Nix, 1994-97