track .key .sound .pan .set  (  Pan  )  
                                     
Description :

This instruction assigns a sound pan to the current key.

Parameters :

  • Panning. Valid in the range [0, 255].
    SOUND_PAN_LEFT (or 0)
    SOUND_PAN_RIGHT (or 255)
    SOUND_PAN_MIDDLE

Notes :


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

Examples :