On Thursday 16 March 2006 14:38, Alexandre Fenerich wrote: > finally I have found the space opcode and tryed to work with it, > but it gives an unespected behavior. The signal doesn't moves and > stays on the back-left... this is the script I did Try using a table number argument of zero for space instead of 1, assuming that you intend to use p6 and p7 as the coordinates. Otherwise, 'space' reads the coordinates from table 1. > sr = 44100 > kr = 4410 > ksmps = 10 > nchnls = 4 > > instr 1 > > asig oscil p4,p5,1 > ktime line 5,3,0 > a1, a2, a3, a4 space asig,1, ktime, .1,p6,p7 > > outq a1, a2, a3, a4 > endin > > --------------------------------------------------------- > > f1 0 1024 10 1 > > i1 0 1 10000 440 1 1 > i1 1.5 1 . 440 -1 1 > i1 3 1 . 440 -1 -1 > i1 5 1 . 440 1 -1 > i1 7 1 . 440 -10 -10