21 Mar
2007
21 Mar
'07
3:36 p.m.
hi list i made some sounds with the shakers ugen and was surprised that with some presets the sound was cutted away for all cycles after the first one. this happens not with all presets (eg. preset 5 works well, 3 not). i used this simple code: Shakers s => dac; s.preset(3); s.gain(2); s.freq(Note.C2); while(true) { s.noteOn(1); 2::second => now; s.noteOff(0); } is there anything i should consider using this ugen? thanks /moudi