change : when a parameter is midi mapped, send out appropriate CC
note: CC should only be sent when value has changed (and at initialisation) to prevent ‘feedback loops’
use-case:
there are some midi controller (e.g. Electra One ;)) that use encoders with visual displays. allowing bi-directional midi mean that these can synchronise (and remain synchronised) with the patch.
this is very useful for multi functional modules like the MM, where changing patches means there are new states loaded which need to be reflected.
bonus: please support relative midi and 14 bit midi !