| Is this a bug or is there a reason wguide1 doesn't seem to accept xfreq values <= 5? Or perhaps a case of user error? I couldn't find any reference to the limitation in the manual.
-odac
sr = 48000
ksmps = 32
nchnls = 1
0dbfs = 1
giFrq init 16
instr trig
kTrig = metro(1)
schedkwhen kTrig, 0, 0, 1, 0, 1
endin
instr 1
aEnv = expsega(.001, .001, 1, .04, .001)
aNoiz = noise(.02 * aEnv, -.99)
aSig = wguide1(aNoiz, giFrq, 5000, .8)
out(aSig)
giFrq -= 1
endin
i"trig" 0 12
I realize this is not a common use of wguide1 & this could be replicated with a standard delay, filter & feedback but was curious as this would certainly be a more convenient option.
Best,
Scott
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |