-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternative to an official ableton push SDK? #10
Comments
When I talked to Henke on the topic of support/SDKfor API I will paraphrase his response : If we document it, then we would have to support it. We don't have the staff. I imagine the same is true for the Push. It's just Python and @gluon has done a terrific job keeping the decompiled scripts available. |
talk to henke too, a couple of years ago. |
Hi, |
You can do this via M4L. You can grab control of the play button to fade volume, then stop the transport. It might be possible to do by modifying the script as well using some timing functions. But the decompiled scripts aren't exactly drag and drop. |
The current issue is that when you press the Push Play button to stop playback, the audio will stop before you can actually fade. Thats why I ask to override the default behavior. Or how would you solve it please? |
I just told you how to solve it. If you grab control from the API using M4L, it will override the default behavior. It will no longer stop/start the set unless you tell it to execute that command. |
I apologize, I have posted the wrong link above, here is the correct: I am a coder but no expert into Max stuff, I just started the thread on the Ablewton Max Forum, |
https://www.dropbox.com/s/wm7e59g4jtbomn2/eb.PushFade.amxd?dl=0 Try that. It's not perfect, as it can get confused if you manipulate the transport with something other than the device. |
Ok I see works great but indeed a bit confusing. Thank you ! |
Julien,
Would that allow me to control the push (led, lcd) and react to events (button press, knobs) to use it for custom non music applications? Or is there an SDK for that?
The text was updated successfully, but these errors were encountered: