i2c2midi MKI & MKII – v4.2.0
This release includes for both MKI and MKII:
- i2c2midi Firmware
- Teletype Beta Firmware
- Gerber Files
- Build Guide
- Schematic
This firmware works for both MKI and MKII.
How to update the firmware
Changelog
- New channel-specific OP variants for most of the existing OPs
- New OP
I2M.NT
: Send a note with specific duration - New OP
I2M.C.B
: Define chord using reverse binary notation (R...
) - New OP
I2M.C.SC
: Set scale for chord based on another chord - New chord transformations:
I2M.C.TRP
: Transpose chordI2M.C.DIS
: Distort chord based on an anchor pointI2M.C.REF
: Reflect chord based on an anchor pointI2M.C.VCUR
: Apply velocity curve to chord notesI2M.C.TCUR
: Apply time curve to chord notes
- New alias for
I2M.CH
:I2M.#
- New alias for
I2M.Q.CH
:I2M.Q.#
- BREAKING: New modes for
I2M.MIN
andI2M.MAX
: Ignore notes, clamp notes, fold back notes by one octave, fold back notes by multiple octaves - BREAKING: Removed getter OPs for
I2M.MIN
,I2M.MAX
,I2M.C.ROT
,I2M.C.INV
,I2M.C.STR
because OPs have multiple parameters - BREAKING: Removed
I2M.NC
,I2M.NOC
,I2M.CCC
,I2M.CCVC
; replaced by channel-specific OP variants