Audition Extendscript to Waveform Timeline selection
Hi All,
I'm trying to build an automation in Adobe Audition to make a selection and apply an effect, in this case Silence, to that selection, and then do this for all the other selections.
My "Selection" is defined as marker regions (marker with start and end points).
The problem I have is that I can't seem to find a function to actually make a selection.
I know that I can move the playhead position by manipulating a variable in the Extendscript, but I want a selection to be activated and the region from start to end position to be selected.
Or if there an alternative to turning marker region to a selection.
I tried dispatching (DocumentEvent.EVENT_TIMESELECTIONCHANGED), but it didn't work.
