ObjectID =  track .audio .create  (  )  
                           
Description :

This instruction creates an audio track. An audio track is a specific track gathering together audio behaviors (volume, frequency, panning, etc.) which are coupled to an Alambik audio object in a clip.

Return Handle :

  • ObjectID of the track.

Notes :


This instruction is only valid when used inside a clip.timeline.create().

A clip gathers:
- one or several visual tracks
- and/or one or several audio tracks
- and, eventually, one and only one event track (or none)
- and, eventually, one and only one chapter track (or none)


Examples :