Function

nuAuSeqPlayerSetChlPan (Macro)

Syntax
void nuAuSeqPlayerSetChlPan(u32 player_no, u8 chan, AlPan pan)

Arguments ul> player_no is the sequence player number

  • chan is the MIDI channel

  • pan is the pan position (0-127)

    Return Value
    None

    Explanation
    Set pan position of the MIDI channel specified by the player, which is specified by sequence player number. If the value is 0, it indicates a position all the way to the left, 64 indicates a center position and 127 indicates a position all the way to the right. The Pan controller (Cntrl 10) has priority to affect this call.


    See Also
    alCSPSetChlPan()