Random Sample-Length Dsp Chain

i used to do a lot of routing stuff in Reason, and one of the things i often did was build a system where each note that was played was only played for a random amount of time. today i decided to build something similar in Renoise.

here’s the XML for the DSP Chain i came up with:

Click to view contents <?xml version="1.0" encoding="UTF-8"?>









true

false

Init

true

true



0.5

Device only





0.0

Device only





0.0

Device only





0.5

Device only





1.0

Device only



true





true

false

Init

true

false

-1

Log Fast

Clamp

0

108



-1

Device only





2

Device only





7

Device only





0.0

Device only





0.0

Device only







true

false

Init

true

false



-1

Device only





4

Device only





5

Device only





0.37000012397766113

Device only





-0.31999999284744263

Device only





9.9999999747524271e-007

Device only





3

Device only





Linear

64

0.0

Unipolar



0,0.0

63,1.0





false





true

false

Init

true

false

-1

Linear

Clamp

0

108



-1

Device only





4

Device only





7

Device only





0.0

Device only





0.0

Device only







true

true

Init

true

true



-1

Device only





0.0

Device only





1.0

Device only





1.0

Device only





0.0

Device only





11.193957328796387

Device only





4

Device only





Linear

64

0.0

Unipolar



0,1.0

62,1.0

63,0.0





true







this was made with 120bpm 8lpb, so for different values you’d have to adjust the Amplitude and Offset parameters of the first LFO.
(also, the reason i used 2 keytrackers to do a simple LFO reset is because for some reason i couldn’t get it to work using a hydra…)

hope someone finds some use for this.