Hello,
with a recent update of Decent Sampler (v1.9.18) it is possible to assign knobs to the start and end point of samples, as well as their loop points.
Dave Hilowitz has provided the following codebase:
What I was trying to do is, to get decent sampler to start a sample at a random starting point within a certain range. I don't even want it to make the sample loop. I thought I could do it with this start function using a random automation curve for the starting point.
Has anyone a suggestion how to get decent sampler to trigger samples at random starting points within a defined range?
with a recent update of Decent Sampler (v1.9.18) it is possible to assign knobs to the start and end point of samples, as well as their loop points.
Dave Hilowitz has provided the following codebase:
Trying to implement it, it has worked for me. The start knob, however, does not seem to do anything on my end.<labeled-knob x="445" y="75" width="90" textSize="16" textColor="AA000000"
trackForegroundColor="CC000000" trackBackgroundColor="66999999"
label="Start" type="integer" minValue="0" maxValue="24000" value="0" >
<binding type="general" level="group" position="0" parameter="SAMPLE_START" />
</labeled-knob>
<labeled-knob x="515" y="75" width="90" textSize="16" textColor="AA000000"
trackForegroundColor="CC000000" trackBackgroundColor="66999999"
label="End" type="float" minValue="0.0" maxValue="24000" value="24000" >
<binding type="general" level="group" position="0" parameter="SAMPLE_END" />
</labeled-knob>
<labeled-knob x="585" y="75" width="90" textSize="16" textColor="AA000000"
trackForegroundColor="CC000000" trackBackgroundColor="66999999"
label="Loop Start" type="float" minValue="0.0" maxValue="24000" value="0" >
<binding type="general" level="group" position="0" parameter="LOOP_START" />
</labeled-knob>
<labeled-knob x="655" y="75" width="90" textSize="16" textColor="FF000000"
trackForegroundColor="CC000000" trackBackgroundColor="66999999"
label="Loop End" type="float" minValue="0" maxValue="24000" value="24000">
<binding type="general" level="group" position="0" parameter="LOOP_END" />
</labeled-knob>
What I was trying to do is, to get decent sampler to start a sample at a random starting point within a certain range. I don't even want it to make the sample loop. I thought I could do it with this start function using a random automation curve for the starting point.
Has anyone a suggestion how to get decent sampler to trigger samples at random starting points within a defined range?
Statistics: Posted by LunarKitten — Thu Feb 15, 2024 9:49 am — Replies 0 — Views 20