-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
CLIP ENVINS does not work #6
Comments
CLIP ENVINS ... SQR now works, but no saws... :( |
I think it's broken in live 10 also. probably instead of trying to add breakpoints it just has to add a bunch of little steps |
I played with the API for hours and managed to make a ramp without steps. I've tried to contact some api experts but nobody knows... |
based on your post, I wonder if the API function insert_step(beat, duration, value) works like this... assuming envelopes are stored as an ordered list of points [(time,val)...]
So that means: if duration is positive it just creates a step. But if duration is negative, this |
Ideally if duration is 0, the API would just create a single point instead of all 4. but maybe that's not what it does after Live 9. |
the envelope is cleared, but nothing is inserted
The text was updated successfully, but these errors were encountered: