Using 16n with monome Teletype over I2C - 16n-faderbank/16n GitHub Wiki

The online Teletype manual has full documentation of all the Teletype commands relating to the 16n.

Note that to use 16n with monome Teletype, you'll need to calibrate your Faderbank from the teletype. (The web-editor calibration has nothing to do with this).

To calibrate your 16n on Teletype (assuming the i2c connection has been correctly made):

  1. Slide all the faders to the very bottom.
  2. Run FADER.CAL.MIN x, replacing x with the number of the fader you wish to calibrate (1-16). Probably the easiest way is to do this with a loop: L 1 16 : FB.CAL.MIN I. You can test that a fader is calibrated correctly; at its lowest level, FADER x should return 0.
  3. Slide all the faders to the very top.
  4. Run FADER.CAL.MAX x, replacing x with the number of the fader you wish to calibrate (1-16). Probably the easiest way is to do this with a loop: L 1 16 : FB.CAL.MAX I. You can test that a fader is calibrated correctly; at its highest level, FADER x should return 16383.