Hi there,
Maybe it's cause my brain it's quiet dead today but I just can't figure this out;
I'm receiving via OSC a string containing the name of a file and it's extension p.ex: "junkbrain.wav". The thing is that I'm trying to use this message for putting it into another message for compossing the order for [soundfiller] so I can load and audio archive, it should be something like that << read -resize ../samples/junkbrain.wav sample0 >>
I've tried different things but none of them seemed to work!!
HELP US, me and my sore head!
-
Dinamical message for soundfiller
-
If I understand right, you are looking for $ variables for that:
[junkbrain.wav(
|
[read -resize ../samples/$1 sample0(
|
[soundfiler]