
4 Mar
2006
4 Mar
'06
5:48 p.m.
Some of the STK UGens seem to "honk" if you don't send them an initial noteOff message. Here is an illustration: FMVoices inst => PRCRev rev => dac; //inst.noteOff( 0.5 ); 2::second => now; for (0=>int i; ; i++) { if ( i%2 == 0 ) 440 => inst.freq; else 880 => inst.freq; inst.noteOn( 0.5 ); 1::second => now; } I count FMVoices, Mandolin, VoicForm, Moog, BeeThree, HevyMetl, and PercFlut that do this. Also, PercFlut, BlowHole, and TubeBell seem to have some funny ideas of pitch. best, Graham