Hi, I recently upgraded from a Bela Mini to the classic one with a Mux Cape (needed more inputs and also analog outputs). I have connected a potentiometer to the 0.0 input of the mux cape, and I can measure the voltage on that input smoothly going through 0..3.3 V on that pin when I turn the pot.
I compiled the muxdisplay demo project to read my inputs, and for some reason, all the inputs on Input 0 change when I turn the pot. I run the program from the shell with
./muxtest -X 8
and the output with the pot at minimum is
Input 0: 0.000198 0.000183 0.000168 0.000183 0.000183 0.000183 0.000168 0.007309
Input 1: ...
Pot on maximum:
Input 0: 0.294373 0.831451 0.741516 0.660126 0.572586 0.501587 0.431213 0.369980
Input 1: ...
I am confused, other than the -X flag I dont know of any other setting to change.
I have also tried using Supercollider with the mux cape, with similarly baffling results.
What am I doing wrong?