Akai MIDIMIX Controller Script
- Load the
bitwig.midimix
file into the Akai MidiMix Editor and send it to the hardware. - Copy the
midimix.control.js
file into theController Scripts
in yourBitwig Studio
folder (or where you configured it). - Open
Bitwig
and add the controller.
This script is based on my needs. Feel free to modify it :)
- Channel faders are mapped to Track 1-8, with max values of "0 db"
- Master fader will handle the main output
Rec Arm
buttons are mapped to mute the channels (since it uses the red led, and for me red is connected to muting channels)- The
Mute
buttons are mapped to solo the channels (since the yellow LED signals soloed channels for me) - If you press
Solo
+Mute
you are will rec arm the specific channel. I use theSolo
button more like "shift". - The
encoders
will control the FX sends, where the top row handlesFX1
, the middle rowFX2
, and the bottom row handlesFX3
.
Bank left
andBank right
are currently not used.- If you rec arm the channel (solo+mute), the LEDs are currently not working
Currently, I do not have plans to work on the script. Feel free to fork it.