How can I open and play a .wav file that has an alphanumeric name?
This part of the patch I made will randomly open a file if it's name is numeric (ex. 11.wav):
[open $1.wav(
|
| |start(
| /
[readsf~]
| \
[dac~]
But, opening files that have alphanumeric names (ex. Eleven.wav) is confusing to me.
I assume I'll need to somehow use "[symbol]" or "[symbol(" or something like that.
The patch is attached.
Thanks