XgmVintProc

Last Modified: 1/3/2021

Tells the driver to process any XGM data.

Example

Syntax: XgmVintProc
    XgmTrack MyMusicTrack
    XgmStartMusic
    
    On vInt GoSub Vbl
    Enable vInt
    
    While 1
        Sleep 1
    Wend
    
Vbl:
    XgmVintProc
    Return

Remarks

XgmVintProc needs to be running during your VBlank routine to play your music and sound effects.

See Also

XgmPlayPcm, XgmResumeMusic, XgmSetBusProtection, XgmSetPcm, XgmSetTempo, XgmStartMusic, XgmStopMusic, XgmStopPcm, XgmTrack