I am building a symbol to pass to soundfiler to load a stereo .wav file to a pair of local arrays, but it does not work, whereas passing an identical string from a message works fine. The string looks like:
read -resize c:/Samples/Dubstep_vol_4/140_bpm_beat_01.wav Ha01L Ha01R
where Ha01L and Ha01R are the arrays.
I can see in a symbol object that I am building this string correctly, but when I connect it to soundfiler it does not work, with the message
error: soundfiler: no method for 'symbol'
Is there something I need to do to convert the symbol before passing to soundfiler?