Hello,
Could someone show me how looptseg works ? I only manage to kill cabbage with it.
I would like to do the following :
From 0 goto 1 drawing an exponential, then from 1 to 0, draw another exponential.
here is what I do (stupidly following the doc)
; ksig looptseg kfreq, ktrig, iphase, kvalue0, ktype0, ktime0, [, kvalue1] [,ktype1] [, ktime1]
kweightpoint looptseg k(0.5) , k(0), 0, k(0.0), 6 , k(1), k(1) , 6, k(1)
Or maybe the doc is wrong or the opcode is broken.