Skip to content
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

Open
edasque opened this issue Oct 7, 2013 · 9 comments
Open

Alternative to an official ableton push SDK? #10

edasque opened this issue Oct 7, 2013 · 9 comments

Comments

@edasque
Copy link

edasque commented Oct 7, 2013

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?

@datamafia
Copy link

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.

@gluon
Copy link
Owner

gluon commented Oct 8, 2013

talk to henke too, a couple of years ago.
he told me: "you know it exists, we don't support it, but use it"

@daslicht
Copy link

daslicht commented Nov 5, 2014

Hi,
Is there a way to override the default behavior of the Push Play Button ?
Idea is to fade in/out audio when you hit playback stop/start
Why? Simply because it sounds better to the ears even when it just a few ms.
see here:
https://forum.ableton.com/viewtopic.php?f=35&t=206106

@dataf1ow
Copy link

dataf1ow commented Nov 5, 2014

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.

@daslicht
Copy link

daslicht commented Nov 6, 2014

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?

@dataf1ow
Copy link

dataf1ow commented Nov 6, 2014

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.

@daslicht
Copy link

daslicht commented Nov 6, 2014

I apologize, I have posted the wrong link above, here is the correct:
https://forum.ableton.com/viewtopic.php?f=35&t=207928

I am a coder but no expert into Max stuff, I just started the thread on the Ablewton Max Forum,
but as far as I can see @DoubleUG already used the API, but that did not override the default behavior ?
Do you you like to have a look on that, please

@dataf1ow
Copy link

dataf1ow commented Nov 6, 2014

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.

@daslicht
Copy link

daslicht commented Nov 6, 2014

Ok I see works great but indeed a bit confusing. Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants