https://github.com/Nettsu/minilab-mkII-bitwig
Note that for the script to work you HAVE TO change all the knobs setting in Midi Control Center to "Relative #1".
[edit] Oh, one more import thing, this is for Bitwig 1.3! I don't have the 2.0 yet
Code: Select all
for ( var i = LOWEST_CC; i < HIGHEST_CC; i++)
{
if (!isInDeviceParametersRange(i))
{
var index = userIndexFromCC(i);
userControls.getControl(index).setLabel("CC" + i);
}
}Code: Select all
for ( var i = LOWEST_CC; i < HIGHEST_CC; i++)
{
var index = userIndexFromCC(i);
userControls.getControl(index).setLabel("CC" + i);
}Yeah but it's just for DAW functions (transport and mixer), not device control, which is more what I need.Netsu wrote:I think moss just made a Komplete Control script:
viewtopic.php?f=268&t=502948
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026