We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4891e15 commit caa2183Copy full SHA for caa2183
1 file changed
lib/sample.lua
@@ -247,6 +247,9 @@ function Sample:play(d)
247
if params:get(self.id.."play_through")==2 and d.duration_slice>self.cursor_durations[d.ci] then
248
d.duration_slice=self.cursor_durations[d.ci]
249
end
250
+ if d.duration_total/d.retrig<d.duration_slice then
251
+ d.duration_slice=d.duration_total
252
+ end
253
if d.duration_slice<0.01 then
254
do return end
255
0 commit comments