Hi,
I am relatively new to Pureadata and it looks like the issue is rather trivial.
I load several samples in array at starting time. I would like to play the array with tabread or tabread4 upon receiving a message indicating which sample should be played. To that intent, I need to send a ¨set¨ message to tabread.
I have not managed to build the set message so far. The operation consists in concatenating set and the sample name. I have tried with pack, list, prepend but so far to no avail.
Incidentally, what I am trying to achieve (loading samples and playing them on demand) should be a common operation. I have not managed to find a proper reference for this. The closest were:
http://skovar.com/journal/pure-data-auto-loading-samples/
http://www.gamasutra.com/view/feature/131258/audio_prototyping_with_pure_data.php?print=1
The latter is fairly close to what I am looking for but it seems to be using pd-extended function. I need to work in pd-vanilla. Any relevant pointer ?
Best
Trad