track .key .time .seek  (  Time ,  Mode  )  
                                     
Description :

This instruction jumps to a specific time in the current key.

Parameters :

  • Time, expressed in seconds.
  • SEEK_SET (default)
    SEEK_FROM_CURRENT (Seeks from the current position of the key)
    SEEK_FROM_END (Seeks from the end of the key. The result will therefore have a negative value, such as -10 seconds)

Notes :


This instruction is useful should you want to loop a track from a starting point different from the track\'s begining.

The current key gets defined with the instruction track.key.set ().

Examples :