By erichamo @erichamo
Good Morning,
I have this script to show the automation lines :( sf.ui.proTools.selectedTrack.children.whoseTitle.is('Show/hide automation lanes').first.elementClick(); ), but this works one track at a time.
Is there a script that shows me the automation lines of more tracks selected at the same time?
Please can anyone help me?
Thanks
Federico
- samuel henriques @samuel_henriques
hello @erichamo,
there might be a proper way to to this without using "relative possition", but this work for me,
it only works if track hight is "small" or largersf.ui.proTools.selectedTrack.children.whoseRole.is("AXDisclosureTriangle").whoseTitle.is('Show/hide automation lanes').first.mouseClickElement({ relativePosition: {"x":6,"y":6}, isShift: true, isOption: true, });
- Eerichamo @erichamo
Hi Samuel,
Your script worksssss thanks, that's what i was looking for.thank you so much.
samuel henriques @samuel_henriques
Cool, happy to help!