There’s not an explicit resource, but from the notes on the XVI page over at MSW:
- it’s a dedicated standalone board. There’s no Teensy on it; pretty sure it’s running an Atmel SAMD21 chip, and using the UF2 bootloader, making it behave roughly like an Arduino Zero or Adafruit M0-based dev board. The custom board makes for a slightly nicer positioning of the I2C/MIDI jacks and usb socket, and UF2 means you can upload firmware by dragging a file across to a virtual disk on your computer. (I really like UF2.)
- there’s a Eurorack compatible faceplate/version
- the desktop version can still output 0-10V (or -5 to +5) from its CV ports thanks to its circuitry
- there’s an expander module with more I2C and MIDI outputs
- it’s not open-source. The hardware is closed-source, and the firmware source code is available but not, from what I can see, explicitly licensed in anyway. It is based largely on the 16n firmware, but you cannot run 16n firmware on it.
It’s based on the 1.3x firmware, so it’s basically everything that happened before the web editor came out. I don’t know if it could ever support the web-editor - there’s no EEPROM by default on the SAMD21, so you need an external flash chip. On my own prototype standalone devices - which is where the web editor came from - I added a flash ram chip, but I don’t know if the MSW board has one.
However, for what you describe, @Zeke_B, it’ll work exactly fine. It’s just “not a 16n” because it’s a different piece of circuitry, and is incompatible with 16n firmware. It’s still 16 faders in a box that emit CV, MIDI, and I2C.