marius schebella wrote:
(num) | [set channel$1( | [throw~ channelX]
Where is this set-ability documented? Now I'd like to do kinda the same with dac~, but that doesn't work:
[set 4( | [dac~ 1]
Naturally a bit more elaborate in real life, bit the idea is to have an abstraction output to some channel in dac based on creation arguments...
What's different about dac~ compared to throw~, where can I read about it, and how can I do what I'm trying to (set the channel of dac~)?