Atte André Jensen wrote: > marius schebella wrote: > >> (num) >> | >> [set channel$1( >> | >> [throw~ channelX] > > Where is this set-ability documented?
Should be in the help patch for throw~, otherwise file a bug report. Help patches can be accessed for each object using the right-click context menu. Note that setting a throw~ could lead to clicks if you do it while non-zero signal is playing, better to pan smoothly between the outputs. > 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... use lots of: [catch~ dac~1] | -- in one topmost patch [dac~ 1] with: [inlet~] [inlet] | / -- abstraction "mydac~.pd" [throw~ dac~$1] > 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~)? about 8 characters ; pd source code ; probably not possible Claude -- http://claudiusmaximus.goto10.org _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
