你好,我尝试加reverb效果器,但是我调整我的button并没有效果instrall reverb.csd (20.6 KB)
FM Synth
The channels being passed here are not correct:
instr 98 ;(highest instr number executed last)
itime chnget "Reverb time"
irvca chnget "Amount Reverb"
arev reverb ga1, itime
outs arev*irvca, arev*irvca
ga1 = 0 ;clear
endin
I think it should be itime
, and irvca
?
btw, your synth is getting better and better! Great work.