Overlapping one sound multiple times with minim library

Hi, thanks @micuat for the info. Finally that’s what I’ve done in pd:
Built different readers using [tabread4~] with [phasor~] for accessing independently from a single audioarray [table], each one of them with a control int for checking if they are actually reading the sound. In the moment where the osc message comes in, it iterates over the different control ints searching for the first one that is not being readen, and therefore reads the array with that first not used reader. Thanks!

1 Like