markusschloesser / MackieC4_P3

A Mackie C4 Midi Remote Script for Ableton 11
16 stars 2 forks source link

show device status in ChanStrip Devices row and toggle status by vpot rotation #108

Closed markusschloesser closed 1 year ago

markusschloesser commented 1 year ago

already implemented the first half, currently the following issues:

  1. devices which are inactive when entering the track and then activating them doesn't reflect in vpot ring. (the other way around works fine). But when activating once, it works afterwards ==> DONE ✅
  2. when one adds more than 8 devices (so going above one row), the following rows are sometimes affected and show enlightened vpots, even when they shouldn't. UPDATE: Not doesn't spill into other rows, but bank offset fucked up
  3. there's some kind of light show when adding or removing devices
  4. activate/deactivate device via vpot rotation doesn't work
markusschloesser commented 1 year ago

https://github.com/markusschloesser/MackieC4_P3/commit/b373b7e433a0d8d05f9ea584859bd7138456b7ac https://github.com/markusschloesser/MackieC4_P3/commit/5efd980ae4b2faf12bd49084b551dae026bd166d

markusschloesser commented 1 year ago

done with last commit