Search found 4 matches

by odisfm
Tue Sep 23, 2025 9:47 pm
Forum: Third-Party MIDI Controllers
Topic: sending MIDI notes to Live from control surface script
Replies: 0
Views: 56752

sending MIDI notes to Live from control surface script

Hey folks, I've been writing my own control surface script and am struggling with getting MIDI note data to Live.
By using a button matrix of PlayableControl elements and setting their mode to playable I can send notes to Live.

I am using a Push 1 as the hardware. I need to tranlslate the notes it ...
by odisfm
Mon Jan 27, 2025 5:11 am
Forum: Ableton Push
Topic: push 2: combine custom script and native display
Replies: 1
Views: 17583

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: 17583

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 ...