UPDATE: It’s now available: AP2JS - Max JS script for the Ableton Push 2
Hey everybody. I’m currently working on something new which I’m calling ap2js that might be interesting to some of you.
ap2js is a javascript file / library for Cycling 74’s Max designed to make it super easy to control and program the Ableton Push 2.
The goal is to make the Push 2 as easy to program as the Monome. Instead of having to remember cc / nn numbers, sysex commands, etc, you can simply initialize the script and use methods like set_pad (x, y, value), clear_row(y), set_button(name, value), set_column_exclusive(x,y), and so on…
Here’s an example: https://twitter.com/icaroferre/status/953314293759528960
This first version I’m developing already contains a bunch of different methods for the 8x8 grid and additional buttons but there’s a lot that I still want to get done before I release this to the public (plan is to open source it).
Would anybody be interested in participating in a private beta? I’m not sure how I’ll conduct it yet (maybe BitBucket or even a Slack channel) but it’d be nice to know if anyone would be interested in helping out / testing it / giving some feedback.