xsumm: ['edit' command in the kX DSP window]
macs tmp, 0x0, inl, level;
acc3 outl, tmp, in_mono, 0x0;
macs tmp, 0x0, inr, level;
acc3 outr, tmp, in_mono, 0x0;
what does this mean?
output=in*level+in_mono,
that is, the output signal is a summ of unmodified 'mono' input and attenuated 'inl/inr' signal
in general, it is used for mixing mono and stereo reverb/chorus
stereo data goes from 'Wave' source while 'mono' goes from both 'Wave' and 'Synth'
this effect is a little bit outdated (but still uploaded by default)
perhaps, using 'FxMix' is preferred
/Eugene