track .key .set  (  Position ,  Note  )  
                                
Description :

This instruction sets the current time for futher keys to be added.

Parameters :

  • Music position. Valid in the range [0, number of positions].
  • Note position inside the pattern. Valid in the range [0, number of notes].

Notes :


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

Examples :