On Thursday 12 January 2006 18:33, Robson Cozendey wrote: > Hello, > > In the comb opcode examples, an additional instrument is made separately for > the reverb. Below is an archive .csd with the manual example written. What I > dont understand is why after using "comb", whe have to reset the global > variable "gamix" to 0, since in the next pass it is assigned again with the > same gamix = a1? That should probably be gamix = gamix + a1 (or vincr gamix, a1), so that with multiple instances of instr 1 the output is mixed. Then, with accumulating the output, it should really be reset to zero.