Page 1 of 1

Making a one-shot sampler triggered by a drop-down menu

Posted: 21 May 2022, 12:15
by creal
Hello,

I tried to make a patch that triggers a sample when you select it via a combobox. It works well but I wonder if there is a more elegant way to code it.

Indeed, I am forced to trigger a silence sample after each end of a played sample. Otherwise, I can't trigger twice the same sample.

Please see attachment.

Thanks for your help,

creal.

Re: Making a one-shot sampler triggered by a drop-down menu

Posted: 21 May 2022, 15:55
by senso
for me this patch does the trick!
if you want to avoid the silence just create a new "replay" button to play the last selection ?

Re: Making a one-shot sampler triggered by a drop-down menu

Posted: 21 May 2022, 16:20
by creal
okay, thank you; you're right, maybe it's the only way