kyma•tweaky . How . LoopWhenFrequencyChanges |
!Gate nextRandom abs
which gives a scale factor between 0 and 1. To get a scale factor between 0 and 2, you could instead use
!Gate nextRandom + 1
Instead of checking the Loop box, I generate a !Gate using:
('count.aif' sampleFileDuration * !DurScale) s tick
This generates a gate once every (scaled) duration of the sample.
-- CarlaScaletti - 16 May 2010
WebForm | |
---|---|
Question: | How do I loop when the frequency changes? |
Keywords: | Sample Loop Random Frequency Duration Length SampleFileDuration? |
----- Revision r1.2 - 16 May 2010 - 18:29 GMT - CarlaScaletti
|