Hello community,
I am working on a sampler to run as vst via camomile and I try to find a way how to store a symbol in a textfile. So far it just stores some weird message in the textfile. This is roughly how I do it:
[bang]
|
[openpanel]
|
[symbol]
|
[read $1 $0-mytext(
|
[text define $0-mytext] (or: [textfile]
Can somebody tell me what I do wrong?
Thanks in advance!