# I'm trying to create a stereo phase shift effect. I simply wrote the code at the bottom in which the two oscillators sending their output to left and right channells are identical expect their phase values. # But I get an error: error: input arg 'kphase' of type k not allowed when expecting o # So is there any way to convert an k-value to this o type. Or how can an o value be animated? -ugur guney- sr=44100 ksmps=10 nchnls=2 instr 1 ;simple oscillator with stereo phase shfit kphase line 0,2,1 asigL oscil 10000, 440, 1 asigR oscil 10000, 440, 1, kphase outs asigL, asigR endin f1 0 1024 10 1 i1 0.0 2.0 e -- Send bugs reports to this list. To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk