Can APC40mkii 'User' knobs use same "Fan" style LED as Sends/Devices

Discuss music production with Ableton Live.
Post Reply
orbita
Posts: 61
Joined: Fri Mar 30, 2018 10:28 pm

Can APC40mkii 'User' knobs use same "Fan" style LED as Sends/Devices

Post by orbita » Fri Mar 29, 2019 6:21 pm

At the moment, the tops dials, when used in user-mode show a single led light that moves around rather than the fan style lighting that the SENDS and Device dials use. Is there a way to reconfigure this so they are the same?

orbita
Posts: 61
Joined: Fri Mar 30, 2018 10:28 pm

Re: Can APC40mkii 'User' knobs use same "Fan" style LED as Sends/Devices

Post by orbita » Fri Mar 29, 2019 7:56 pm

Ok I figure it out - it's hardcoded in the script.

Changing this
self._ring_mode_button.send_value(RING_PAN_VALUE, force=True)
to
self._ring_mode_button.send_value(RING_VOL_VALUE, force=True)

in RingedEncoderElement.py gives me what I want.

Post Reply