Bi-directional MIDI-to-WebSockets bridge for MOTU CueMix 5 audio interfaces.
Bi-directional MIDI-to-Axios bridge for MOTU CueMix Pro audio interfaces.
Written in Node.js.
Requires easyMidi, axios, ws.
- Download files + install required packages
- Edit your device address in config-motu
- Edit your MIDI control device ports in config-midi
- Run nodemon CM5_BRIDGE.js
- Move / press controllers you want to map in CueMix 5 and observe and note down their codes
- Move / press controllers you want to map on your MIDI controler and observe and note down their numbers
- Add / edit mapping pairs inside the cm5map in config-cuemix5
- Control of balances, EQs and compressors will not work out of the box at the moment. That would require additional conversions, that are currently not implemented.
- Control of trims, on/off buttons and faders should be generally working, but there might be some specific instances in CueMix, that expect somewhat different value ranges and could therefore not work correctly without adding additional conversion and mapping (sub)type.
- Run nodemon CMPRO_BRIDGE.js (will be added in 2026/Q2)
- ....