Add Tracks and Get Audio Channel from clips

2 essential features request.

Add video or audio tracks to the sequence at a specific location.

For example add 3 stereo tracks after A3

Get the audio channel of the clip in the timeline

There is no way right now to get this basic info that is always display in the timeline.

For example if i select the channel 6 of this multi-mono clip i want to be able to get the information that it’s the channel 6.

Hi,

you can already can do “Add Video or Audio to the sequence at specific location“.
It may requires more than one call - but possible.

“GetAudioClip of a the clip in the timeline” → this would need to return an array as it can be added multiple times and on different tracks.
For your example, I think you can workaround this (albeit very inefficiently) by looping thru each items of every tracks and calling “getIsSelected()” on all items.