hi all, haven't yet found an answer in the archive, but apologies in advance for the newbie question: I have a motu traveler on mac 10.4.10 and would like to use the multichannel capability. When I run the 'n.ck' example script it returns that the device has only 2 channels, and I get a NullPointerException when I try to force the issue by writing to dac.chan(2). Is there a way to help Chuck see the additional channels on my device? thanks!
Hi, David! Not a bad question at all. If this isn't yet there I think this example should state in a comment that you need to enable multiple channels when starting ChucK.
From memory the syntax for 6 channels is;
chuck --chan6 --loop You can do a lot more with those, see chuck --help For the exact syntax. ChucK --probe will tell you how many channels max you have at your disposal for various interfaces. Yours, Kas.
perfect! for reference, I see now that the command is: --channels<n> thanks again! david
participants (2)
-
David Birchfield
-
Kassen