samplv1 icon indicating copy to clipboard operation
samplv1 copied to clipboard

Play the rest of the sample after the loop

Open marcin-koziol opened this issue 1 year ago • 3 comments

It would be nice to have an option to play the "rest" of a sample after note-off with loop enabled, for example, if I have a voice sample with word "boy", I can loop on "o" but I want to have "y" played at the end of the note.

marcin-koziol avatar May 17 '23 07:05 marcin-koziol

well, it was on v0.9.13 (3+ years ago) that someone asked exactly for the opposite--the older behavior was precisely functioning as you asking.

if you're willing to make and revert it yourself, the change is probably as easy as a one-liner: https://github.com/rncbc/samplv1/blob/82f40b74b0ab51190081dd9eb60ed6a4ac5060a9/src/samplv1.cpp#L1820-L1824 ie. just uncomment line 1822 above.

rncbc avatar May 19 '23 14:05 rncbc

check new Loop End "Release" parameter; samplv1 >= 0.9.30.8git.337a6d

thanks

rncbc avatar Jun 04 '23 14:06 rncbc

Looks great, thank you!

marcin-koziol avatar Jun 06 '23 14:06 marcin-koziol