etiennedemoulin / midi-mixer

Map a midi controller and communicate with OSC, Midi and Max
1 stars 1 forks source link

[FR] - SSL UF8 not neceiving Midi-CC #5

Open Nipaleme opened 1 year ago

Nipaleme commented 1 year ago

When using an SSL UF8 interface with software version 1.6.X midi-mixer works well with the legacy presets like 'Ableton Live' but do not work with the new configuration 'Midi CC'.

Seems to be because most legacy versions where using 'Bendin' and 'bendout' messages (except Protools configuration that was also using midi-cc) and that the new method is using 'ctlin' and 'ctlout'.

This new mode is interesting because in can esaily Rename / change color, etc.. of any given midi track.

etiennedemoulin commented 1 year ago

For now midi-mixer follow the MackieControl protocol, used by most of midi controller (BCF2000, asparion D400, SSL S1, etc.) https://sites.google.com/view/mackiecontroluniversaldiyguide/home let's plan to have a control change mode, (so midi-mixer can be compatible also with device like Korg NanoKONTROL) but this needs to reflect about how CC number has to be configured (127 possible values) So this is not a bug but a FR. :)

Nipaleme commented 1 year ago

ok i understand better, so yes for a Feature Request. We can discuss it together for how to plan this control change mode :)