If I want to play sound from a table/array named phat_beats, I can do:
[tabplay~ phat_beats]
Can I use tabplay~ to play a table with a variable name? I assumed tabplay~ could receive a symbol, as such:
[symbol phat_beats(
|
[tabplay~ $1]
However, this doesn't seem to work. I'm hooking the rest up to audio output of course. I looked at the help file for tabplay~ but couldn't find a definitive discussion of what arguments tabplay~ takes. Or maybe I'm misunderstanding the way variables work? Is there any official documentation for PD that isn't just the patch help files, that describes in a standardized way input arguments / output in a standardized format?
Thanks