| Hi everyone,
I don't know what is the main reason why instr 2 doesn't sound like instr 1
in
-d -odac
sr = 44100
kr = 44100
nchnls = 1
0dbfs = 1
instr 1
ilen = 2048
ifn ftgentmp 0,0,ilen,10,1
icps = cpspch(p4)
aenv expsega 1,7,0.0001
aph phasor icps
aval tablei aph*ilen, ifn
asig = aenv*aval
out asig
endin
instr 2
ilen = 2048
ifn ftgentmp 0,0,ilen,10,1
icps = cpspch(p4)
aph phasor icps
asig tablei aph*ilen, ifn
tablew asig*0.95,aph*ilen,ifn
out asig
endin
f2 0 2048 10 1
i1 0 4 8.00
i1 4 4 8.07
i2 8 4 8.00
i2 12 4 8.07
It seems like a numerical effect but maybe I'm misusing tablew too. Is there
a way to get instrument 2 working as I wish (I mean sounding like instrument
1 but using tablew) ?
Thanks
--
View this message in context: http://csound.1045644.n5.nabble.com/tablew-question-tp4791875p4791875.html
Sent from the Csound - General mailing list archive at Nabble.com.
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|