Hey this is my first post, glad to be here.
I'm trying to build an abstraction that infinitely loops a file and returns back that audio into a mixer, but I'm having a hell of a time figuring it out.
Essentially the inlet should be a symbolic filename, and it should output the readsf~ value
inlet - makefilename %s - open $1, 1 - readsf~ - outlet~
My goal in the main file is to do:
symbol 01.wav - looper~ - mixer~ - dac~
symbol 02.wav - looper~ - mixer~ /
The problem in the abstraction is how to restart it automatically. When I bang from readsf~ into open - the variable is now wrong. Not sure the best way to store this.

Not sure where to start, really appreciate any help

