| did anyone experience problems with tone in winsound 3.484?
for me it doesn't seem to accept i-variables, and it doesn't behave correctly with k-variables.
the first instrument below doesn't output anything, while the second "opens" the filter instead of closing it.
both instruments compile correctly in winsound 3.481, as well as DOS csound.
ORC =====================================
sr = 44100
kr = 4410
ksmps = 10
instr 1
kamp linseg 0,.05,25000,p3-.2,25000,.15,0
a1 oscil kamp,440,1
a2 tone a1,3000
out a2
endin
instr 2
kamp linseg 0,.05,25000,p3-.2,25000,.15,0
kfilt line 6000,p3,10
a1 oscil kamp,440,1
a2 tone a1,kfilt
out a2
endin
SCO =====================================
f1 0 4092 11 25
i1 0 2
i2 2 2
e
_____________________________
luis jure
yi 1433 - 202
11100 montevideo
uruguay
(598-2) 900 5038
luisjure@adinet.com.uy
_____________________________ |