Just added this too:Kang wrote:The former. So that you could scroll through which active automation line shows on the track.
Code: Select all
//Next Active Automation Parameter
var track = Tracktion.getTrackFromSelectedObject();
Tracktion.changeActiveAutomationParameter (track, 1);