Triggering Random Samples


#1

Hi there,

Newbie question, looking to create a patch that triggers a random sound file (from a bank of maybe 5 or 6 files) with random intervals between each trigger (say, a period between 4-6 seconds)

What would be the best way to go about that?

Thanks in advance,

Don


#2

use my %files phi/prob/%xxxxx maybe?


#3

Thanks, I'll take a look/listen!


#4

Reviving an old thread: maybe someone is trying to do that...
triggering-random-samples.axp (5.9 KB)


#5

I'm interested in trying this, thanks!


#6

In the previous version, there is only one file player. If you want to trigger several samples fast one after another, the playback of a sample will stop to play another one.
Here is another version of this patch, this time with a 3-voice polyphony. That way, when you trigger a sample, the previously playing one still plays until the end.
triggering-random-samples-poly.axp (8.5 KB)