Hey folks,
I'm trying to do something that sounds simple but I can't get it to work.
I’ve got a folder full of .wav files named like A1.wav, A2.wav, etc.
What I want is:
Select one of them randomly
Load it automatically into two arrays: arrayL and arrayR (for stereo files)
I already have a patch that does both things individually:
Block 1 → picks a random file and builds the full path**
**
Block 2 → uses [soundfiler] to load files into arrayL and arrayR**
But I can’t figure out how to connect them properly.**
HERE the patch files: player-array-singolo-stereo.pd [link text](link url)
thanks in advcance