The encoders do not work in Arturia mode in Arturia KeyLab mk1.
When using Keylabs and the controller is set to Arturia mode the faders work just fine but the knobs do not. The browsing Encoders do work but the 10 knobs you control synth parameters with just get stuck on a side when you touch them.
The knobs work in Bitwig mode.
It might have something to do with:
|
addCCAction(ENCODER2_CCS, new ConvertEncoderToAbsolute(ENCODER1_CCS)); |
or the class:
|
class ConvertEncoderToAbsolute implements CCAction |
I would be very grateful if someone would be able to patch this one.
Thank you for your work!
Best Regards
J Samani
The encoders do not work in Arturia mode in Arturia KeyLab mk1.
When using Keylabs and the controller is set to Arturia mode the faders work just fine but the knobs do not. The browsing Encoders do work but the 10 knobs you control synth parameters with just get stuck on a side when you touch them.
The knobs work in Bitwig mode.
It might have something to do with:
bitwig-extensions/src/main/java/com/bitwig/extensions/controllers/arturia/keylab/mk1/ArturiaKeylabControllerExtension.java
Line 280 in 2c200ff
or the class:
bitwig-extensions/src/main/java/com/bitwig/extensions/controllers/arturia/keylab/mk1/ArturiaKeylabControllerExtension.java
Line 105 in 2c200ff
I would be very grateful if someone would be able to patch this one.
Thank you for your work!
Best Regards
J Samani