| Hi all, TIRand does not seem to return integers. This is in a synth: trig = Dust.kr(2); cf = TIRand.kr(4,7,trig); // cf should be integers 4,5,6,7? SendTrig.kr(trig, 0, cf); // check values with OSCresponder The OSCresponder returns the following values for "cf": 4.266357421875 4.7571458816528 4.262234210968 4.7533855438232 4.6862592697144 6.5261611938477 etc. Scott |