beginner help, loading random wav files into a synth
i have recorded a large number of samples, i want to feed these in to a granular synth, instead of having read/load messages for each wav file, is there any way to group upload them and then select one at random
Max Patch
Copy patch and select New From Clipboard in Max.
The secret is in the umenu object. Here's an example:Another option is to use polybuffer~
thank you so much!