ObjectID =  track .audio .create  (  Mode  )  
                                
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.

Parameters :

  • TRACK_ONE_SHOT
    TRACK_LOOP
    TRACK_LOOP_SMOOTH
    TRACK_PINPONG

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 :