-
I didn't do a deep regression, but I bounced around as much as I ever have with your branch loaded and didn't see any problems until I tried to drop an Auto Filter onto the selected Track. Barf. But…
-
@BilldarBagdar
https://github.com/markusschloesser/MackieC4_P3/blob/8cb639f41e4cbbd2f73a81af09f0f05360e9e82e/wip/MackieC4/EncoderController.py#L1102
this throws me:
```
RemoteScriptError: Fil…
-
something changed, while I used to see all device listed neatly in chan strip mode, now that's not always the case. My template includes a track purely for m4l devices (5), and I used to see all 5. No…
-
When the last device of a track is deleted, the script goes crazy with an index error and I THINK the main problem is this:
```
RemoteScriptError: s.build_midi_map(midi_map_handle)
RemoteScr…
-
Hi! I am using the online editor, and I can make a slider to select the bank, because that is CC 0, but how would I make a slider to select the program? This is a simple MIDI command, and not a CC, NR…
-
This is the error:
```
2021-04-07T00:00:57.693400: info: RemoteScriptError:
2021-04-07T00:00:57.693400: info: RemoteScriptError: from . import track_util
2021-04-07T00:00:57.693400: info: R…
-
In Live tracks can be grouped and groups can be grouped (nested groups).
ToDo: implement a way of folding and unfolding them on the C4 and show when a track can be folded/unfolded or is part of a gro…
-
When quitting Live, the C4 is not properly disconnected (destroyed in remote script speak). Means Encoders are still lighted, the displays show the last thing they had on etc.
-
I introduced this recently. The __chosen_device will reload "eventually" if you click around on the device enough, but I'm working on figuring out why it's switching to None when an event occurs else…
-
Implement undo and redo:
Device mode:
1. use SHIFT, needs to be discussed of toggle or hold
2. when pressing SHIFT, show a different layer on C4 screen with alternative buttons (undo / redo)
3. sh…