Re: [chuck-users] Multi-channel weirdness (mike clew)

what does chuck —probe print out? Maybe you’re connecting to the wrong dac?? For reference, here’s an invocation script I used last time I did a multichannel performance: chuck -c8 -bufsize2048 -in2 --dac1 --adc0 INIT.ck That would have been an older version of chuck, but it worked then. PRC

Hey Perry,
Thanks for the reply! I figured it out late last night and it's
embarrassing: I wasn't adding the file to the running vm with
$ chuck + my_file.ck
but rather executing
$ chuck my_file.ck
which, of course, asked the dac to change to the default sample rate of
44.1k and also the default number of channels (2) so... it wasn't my
incantation or setup at all but the way in which I was running the file.
[facepalm] That's why it worked in miniAudicle but not command line chuck.
It wasn't until I had tried it with JACK as the interface and JACK crashed
complaining that the sample rate changed that I noticed! JACK is picky
about that and became an unwitting debugging tool, haha.
Very best,
Mike
--
Michael Clemow
Artist/Composer/Sound Designer
http://michaelclemow.com
(he/him)
On Thu, May 14, 2020 at 12:27 PM Perry Cook
participants (2)
-
mike clemow
-
Perry Cook