samplv1
samplv1 copied to clipboard
Play the rest of the sample after the loop
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.
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.
Looks great, thank you!