Search found 3 matches

by odisfm
Mon Jan 27, 2025 5:11 am
Forum: Ableton Push
Topic: push 2: combine custom script and native display
Replies: 1
Views: 15909

Re: push 2: combine custom script and native display

so I somehow managed to make this happen accidentally while working on something else. I was trying to get the script to put the hardware in user mode automatically like so

```
USER_MODE = (240, 0, 33, 29, 1, 1, 10, 1, 247)
self._do_send_midi(self.sysex_tuple) # self being the root control surface ...
by odisfm
Sun Jan 26, 2025 10:57 am
Forum: Ableton Push
Topic: push 2: combine custom script and native display
Replies: 1
Views: 15909

push 2: combine custom script and native display

hey all,

I'm nearly done writing a custom script for push 2 in user mode. I was wondering if there is a way to keep the normal functionality of the push 2 display while in user mode, instead of the 'user mode is active' screen. I have seen ways to write custom graphics via external libraries, but I ...