a_cap/MAX11300 maybe? That’d be a 20-channel I/O expander where you can set any of the 16 pins to digital/analog, input/output.
Though it seems premade boards for this chip are not cheap.
The 4051 is cheap, tried and tested. It is an “8-channel analog multiplexer/demultiplexer”, which is just engineer talk for “1-to-8 switch”.
Pins A,B,C (TIAR: S0,S1,S2) are inputs to the 4051 and control the current address the switch points to. Connect those to any GPIO on Ksoloti and select the pin in the dropdown. The object will handle these pins and make the two 4051’s step through their 8 (each) analog input pins.
Pin COM (TIAR: Z0, Z1) is the common pin, i.e. the pin that makes a connection to each of the 8 channel pins, one at a time. When the address pins make a connection to a certain channel, the analog voltage can be read at the com pin. Again, the object handles the switching internally, but the Z0 and Z1 pins must be connected to an analog in-capable pin on the Ksoloti. See drop down.
That being said, you’re right that the object is for Axoloti. This means that the drop-down list contains only Axoloti pins. Ksoloti has more available pins, both digital and analog - a simple rewrite of the object would make them accessible if you need them.
Two of these would work with minimal wiring effort:
Now, what is the CD4067? It really is two 4051 in one package, the difference is that it has one additional digital address pin (so you can step through 16 values, not 8), and only one common pin (where you read the current analog voltage).
Do you already have a 4067 board, or are you just planning and trying to get a suitable board that works with Ksoloti?