Hi,
Thank you for sharing the information and code!
To access the points in automationTrack, you could reference them like this:
var event = studio.window.browserCurrent()
var point = event.groupTracks[0].modules[0].automators[0].automationCurves[0].automationPoints[0]
Please note that this example assumes there is only one instrument on the first audio track with a single automator. You may need to adjust the indices based on your event’s structure.
Hope this helps! Let me know if you have questions.
