So let's say I got a lot of different audio files called beat.wav, beat2.wav, beat3.wav, beat4.wav ... and I want to play them randomly within a pd patch.
But instead of specifying a new path for each file I want to change one existing path dynamically. I tried something like this just to test if I can change the path.
https://i.imgur.com/c1v15O2.jpg
But that gives me an error. Any advice?