On Thursday 12 January 2006 19:12, Robson Cozendey wrote: > But exactly as it is written here (i.e. gamix=a1 withou adding) it works > only if at the end we have gamix=0. If there is no gamix = 0 then there are > samples out of range. Yes, you do in fact need to reset even with the original example, as otherwise the last output would be repeated when instr 1 is not active. However, in general, you should both add and reset. > Another example, if comb is in the same instument, > i.e., > > instr 1 > krvt = 1.5 > ilpt = 0.1 > a1 oscili 30000, 440, 1 > a99 comb a1, krvt, ilpt > out a1+a99 > endin > > then the in-signal is repeated only once, i.e. just one echo. So if we dont > have gamix=0 there is too much strange reverberation, and if it is in the > same instrument there is too little reverb. That is because instr 1 is turned off before you could get more reverberation. That is why there is a separate instrument that is always on.