track .key .light .mode .set  (  LightMode  )  
                                     
Description :

This instruction assigns a light control mode to the current key.

Parameters :

  • LIGHT_ON : Activate the light.
    LIGHT_OFF : Deactivate the light.

    LIGHT_ATTENUATEON : Activate attenuation of the light.
    LIGHT_ATTENUATEOFF : Deactivate attenuation of the light.

Notes :


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

Examples :