[chuck-users] strange behaviour of shakers ugen

Leuthold Dominik moudi at gmx.net
Wed Mar 21 15:36:53 EDT 2007


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



More information about the chuck-users mailing list