-
For clip or track envelopes E.g. list of parameters with envelopes, envelope timing and paramenter values |
Beta Was this translation helpful? Give feedback.
Answered by
leolabs
Nov 27, 2023
Replies: 1 comment
-
I think this is only possible for clips, unfortunately, and Live's API only allows you to fetch one data point in the envelope at a time. For getting the entire envelope, or that of tracks, your best bet would be to parse the project file yourself and get the information that way. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
steak2002
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is only possible for clips, unfortunately, and Live's API only allows you to fetch one data point in the envelope at a time. For getting the entire envelope, or that of tracks, your best bet would be to parse the project file yourself and get the information that way.