notorius
(notorius)
October 30, 2013, 3:43am
1
So this is my DSP.
Now i want to keep the Randomness from the both LFO’s but the Tone and the Dist “jumps” to the next position , means its kind of “hard cutted”. I want them rather “slide” to the next random position.
I hope you understand what i mean. How to achive this ?
Thanks in forward.
esp81
(esp81)
October 30, 2013, 4:46am
2
You need some inertia on the random lfo, this thread might interest you:
Here is a first idea that can be both useful and a starting point for other examples (S&H): the Inertial Slider.
Be careful this is only possible in 2.8:
<?xml version="1.0" encoding="UTF-8"?>
<filterdeviceclipboard doc_version="0"><br>
<deviceslot type="FormulaMetaDevice"><br>
<isactive>true</isactive><br>
<isselected>true</isselected><br>
<selectedpresetname>Init</selectedpresetname><br>
<selectedpresetismodified>true</selectedpresetismodified><br>
<ismaximized>tru…
notorius
(notorius)
October 30, 2013, 5:51am
3
Hey , thanks for the tip but it doesnt work.
Pointing internia on lfo->reset doesnt show the desired effect.
esp81
(esp81)
October 30, 2013, 5:59am
4
Try assigning the inertial slider to the drive and tone parameters, then assign the the lfo to modulate the inertial sliders.
notorius
(notorius)
October 30, 2013, 5:59pm
5
That worked. Thank you very much sir.