Csound Csound-dev Csound-tekno Search About

[Csnd] metro question

Date2013-10-10 16:54
Frompeiman khosravi
Subject[Csnd] metro question
Is there any reason why (in csound5) the metro interval is not changing when using randomly generated values?

Thanks
Pieman

<CsoundSynthesizer>
<CsOptions>
-odac -d
;-o test.aif -d -A -3
</CsOptions>
; ==============================================
<CsInstruments>

sr = 96000
ksmps = 10
nchnls = 2
0dbfs = 1

instr 2
kspeed random 1, 10
ktrigger metro kspeed
printk2 ktrigger
endin

</CsInstruments>
; ==============================================
<CsScore>
i2 0 100
</CsScore>