-
cYberSport91
That worked perfectly! Thanks, that explained a whole lot
-
cYberSport91
@jameslo It works! I realize I don't fully understand the symbol object, I have some reading to do, thank you.
It was failing to automatically start - this made it work, is this the right approach? Attaching
open $1
-start
-readsf~
-
cYberSport91
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~
intoopen
- the variable is now wrong. Not sure the best way to store this.Not sure where to start, really appreciate any help