Any way to get automation/envelope data? #110
Answered
by
leolabs
andersstigel
asked this question in
Q&A
|
For clip or track envelopes E.g. list of parameters with envelopes, envelope timing and paramenter values |
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. |
0 replies
Answer selected by
andersstigel
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.