Uses of Interface
org.lwjgl.fmod3.callbacks.FMusicCallback

Packages that use FMusicCallback
org.lwjgl.fmod3   
 

Uses of FMusicCallback in org.lwjgl.fmod3
 

Methods in org.lwjgl.fmod3 with parameters of type FMusicCallback
static boolean FMusic.FMUSIC_SetInstCallback(FMusicModule module, FMusicCallback callback, int instrument)
          Sets a user callback to occur every time a instrument is played, triggered from a MOD, S3M, XM or IT file.
static boolean FMusic.FMUSIC_SetOrderCallback(FMusicModule module, FMusicCallback callback, int orderstep)
          Sets a user callback to occur on every order divisible by the orderstep parameter, played from a MOD, S3M, XM or IT file Remarks It is important to note that this callback will be called from directly WITHIN the mixer / music update thread, therefore it is imperative that whatever you do from this callback be extremely efficient.
static boolean FMusic.FMUSIC_SetRowCallback(FMusicModule module, FMusicCallback callback, int rowstep)
          Sets a user callback to occur on every row divisible by the rowstep parameter, played from a MOD, S3M, XM or IT file.
static boolean FMusic.FMUSIC_SetZxxCallback(FMusicModule module, FMusicCallback callback)
          Sets a user callback for any Zxx commands encountered in an S3M, XM or IT file.
 



Copyright © 2002-2006 lwjgl.org. All Rights Reserved.