Unipolar LFO with phase, pwm and reset inputs Are Leistad, modified by burek BSD >2; } pulsewidth = param_pw ; if( pulsewidth > (1<<27) ) { pulsewidth = (1<<27); } else if( pulsewidth < 0 ) { pulsewidth = 0; } //phase2 = phase ; outlet_pwm = ( (phase>>5) > pulsewidth )?0:1;]]> Enter 3 integers separated by commas in "factors", e.g. 2,3,10 For the first, call it factor1, c1 will count from 0 to factor1 - 1; o1 will be positive when c1 equals 0, i.e. give you every factor1-th trigger on the input. Analogous for the second and third factor. This can be useful in sequencer/drum machine type patches, if you want to get regular patterns, or in combination with Euclidian triggers. The length of each pulse at o1-o3 is the same as on the input. burek GPL
no 0 23 969 606