Yet another tricky symbol & message question (at least for me it is).
For my sampler i want to save the loaded sample name(s) to a textfile, kinda like a preset. I'm trying to do this in the sampler(s):
[filename(
|
together with this in the save-module:
[r fileNameCollector]
|\
| [print]
|
[add $1(
|
[textfile]
But pd complains on the [add $1( message saying "argument number out of range". When i check the print output it correctly is the filename.
Anyone any ideas?
Thx a lot in advance,
D.