René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

delayr (Csound opcode)

A delayr must always be followed by exactly one delayw. However, there can be other opcodes between the delayw and the delayr. delayr delayw pairs can also be nsted.
delayr reads a signal that was written by the accompanying delayw.
deltap can read from the buffer spawned between delayr and delayw.
delayw asig
; any csound opcode except delayr or delayw
asig_delayed delayr idlt [, iskip]
See also delayw.
delay combines delayw and delayr.