new objects #1
Ableton Push I blocks
dadada- da - da,dadada - da - da, da da da daaaa...
it's quite a lot of objects,all in rbrt/push, and I have not referenced the help-patchers in all the objects...
so here they are:
push led.axh (11.9 KB)
this patch demonstrates how to access the Push's LED-display
push buttons.axh (23.1 KB)
..while this one is about getting the buttons, and setting the matrix to the most psychedelic colors
PLEASE NOTE : this is all for Push I ,Push II is NOT supported (and afaik won't work with Axo).
the code is based on hacking the great work of @thetechnobear
..there are good resources here as well
regarding the led-feedback for the matrix and the display,
the matrix is driven by objects referencing tables for led-feedback,
and the LED is driven by an object called 'led master' that other objects like 'led row text'
are referencing to.
there were quite some issues,
most of all, there seems to be some kind of 'crosstalk' that would lead to stuck incoming notes when sending a lot of data to the Push (this happens when sending data to the LED and the Pads as well).
this could also be an Axoloti-Firmware-Issue, I didn't find these issues described elsewhere.
I've recently played some gigs with this setup and it was driving me NUTS,
finally I implemented a data-thinning-mechanism.
That fixed the stuck-notes-issues, even though the LED-display is reacting somewhat sluggish.
soooo...have fun!