Hi, Yes you can connect 16 encoders per DIN. You configure that in the second part of the file mios_tables.inc of the lc app. MIOS_ENC_PIN_TABLE
;; encoders 1-16
;; SR Pin Mode
ENC_ENTRY 13, 0, MIOS_ENC_MODE_NON_DETENTED ; V-Pot 1
ENC_ENTRY 13, 2, MIOS_ENC_MODE_NON_DETENTED ; V-Pot 2
ENC_ENTRY 13, 4, MIOS_ENC_MODE_NON_DETENTED ; V-Pot 3
ENC_ENTRY 13, 6, MIOS_ENC_MODE_NON_DETENTED ; V-Pot 4
ENC_ENTRY 14, 0, MIOS_ENC_MODE_NON_DETENTED ; V-Pot 5
ENC_ENTRY 14, 2, MIOS_ENC_MODE_NON_DETENTED ; V-Pot 6
ENC_ENTRY 14, 4, MIOS_ENC_MODE_NON_DETENTED ; V-Pot 7
ENC_ENTRY 14, 6, MIOS_ENC_MODE_NON_DETENTED ; V-Pot 8
ENC_ENTRY 15, 0, MIOS_ENC_MODE_NON_DETENTED ; Jog-Wheel
ENC_EOT
ENC_EOT
ENC_EOT
ENC_EOT
ENC_EOT
ENC_EOT
ENC_EOT After ENC_ENTRY, the 1st number is for the Serial register and the second number the even pin of the encoder. So you cannot connect 16 encoders and other buttons like FX in one DIN. Be careful if this is push encoder you need one more pin (like a push button) and if you have touch sensor motorfader, you need one pin by fader (see the lc_io_table.inc file for example) Good midiboxing, Steph