-
there's like 500 lines of code in https://github.com/markusschloesser/MackieC4_P3/blob/master/wip/MackieC4/MackieC4.py about different listeners, which seems a) excessive and b) not really necessary. …
-
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 …
-
when a track is frozen, currently devices can still be selected and seem to be editable (which they are not).
todo:
1. make script aware if track is frozen
2. show track as frozen ("track.is_frozen…
-
```
RemoteScriptError: File "C:\ProgramData\Ableton\Live 11 Suite\Resources\MIDI Remote Scripts\MackieC4\MackieC4.py", line 388, in track_change
RemoteScriptError: assert self.track_count == len(t…
-
Test case:
1. insert any device on a track (no matter if rack or normal)
2. undo the insert
3. no error in log, but device is still listed on device row
4. but doing the same with a second or thir…
-
When devices are grouped in Live, you can currently only access the macro parameters of the chain's main device, but not the parameters which belong to devices which are chained within:
ToDo:
1. m…
-
https://github.com/markusschloesser/MackieC4_P3/blob/d7d358d4609ca330a2cfd2070f3bbdda8746d0cb/wip/MackieC4/EncoderAssignmentHistory.py#L115
-
https://github.com/markusschloesser/MackieC4_P3/blob/d7d358d4609ca330a2cfd2070f3bbdda8746d0cb/wip/MackieC4/EncoderAssignmentHistory.py#L137
-
the first 6 vpot rings in row 0 stay where they were in user mode (lit up). Will try to fix this (when switching assignment mode, do a proper clean-up).
UPDATE: this bug ONLY happens in ChanStrip mod…
-
in order to be able to recognize changes to devices (unfold etc) and tracks (groups, folding), let's change the script to either:
1. use the LOM instead of building a local DB(replace local "DB" w…