Is there an easy way to just change the CCs of the generic device?

Post Reply New Topic
RELATED
PRODUCTS

Post

The generic 8 knob device has hardcoded 20 to 27 CC for the knobs but unfortunately I have a NI Komplete Kontrol M32 which does not allow to change the CCs of the encoders.

I don't want any fancy integration. Just regular MIDI notes and have the 8 knobs of my device automatically mapped to the 8 remote colors on the current device.

I started a new JS script from the help dashboard, expecting to have something usable I can modify, but it doesn't even send midi notes from the controller to Bitwig ffs.

Is the only option to rewrite all the controller functionality from scratch?

Isn't there a generic JS script somewhere that I can copy and simply change the values of the CCs like in Ableton?

Post

You can find that script in your Bitwig directory, in the resources\controllers\generic subdirectory. Make a copy, put it in your user scripts folder, and edit it to change the CCs and a different GUID at the top. Just google "generate guid" and there are plenty of websites that can make one for you.

Alternatively install DrivenByMoss and use the Generic Flexi device. In this case you'll need to do some configuration in its settings to make sure the keyboard is enabled and map your CCs to device parameter control or whatever you want. Check the docs.

Post

contrast wrote: Wed Jan 06, 2021 3:03 am You can find that script in your Bitwig directory, in the resources\controllers\generic subdirectory. Make a copy, put it in your user scripts folder, and edit it to change the CCs and a different GUID at the top. Just google "generate guid" and there are plenty of websites that can make one for you.

Alternatively install DrivenByMoss and use the Generic Flexi device. In this case you'll need to do some configuration in its settings to make sure the keyboard is enabled and map your CCs to device parameter control or whatever you want. Check the docs.
Thanks for the tips!

Turns out NI implemented custom CCs for the KK M32 a couple of months ago so I didn't need to use a custom script.

Post Reply

Return to “Controller Scripting”