Uses of Class
com.vwp.sound.mod.modplay.player.TrackState

Packages that use TrackState
com.vwp.sound.mod.modplay.player.autoeffect   
com.vwp.sound.mod.modplay.player.effect   
 

Uses of TrackState in com.vwp.sound.mod.modplay.player.autoeffect
 

Methods in com.vwp.sound.mod.modplay.player.autoeffect with parameters of type TrackState
 void AutoEffect.doEffect(TrackState state, int track)
          perform the effect
 void AutoVibrato.doEffect(TrackState state, int track)
           
 void Fadeout.doEffect(TrackState state, int track)
           
 void PanningEnvelope.doEffect(TrackState state, int track)
           
 void VolumeEnvelope.doEffect(TrackState state, int track)
           
 void XmAutoEffects.doEffect(TrackState state, int track)
           
 

Uses of TrackState in com.vwp.sound.mod.modplay.player.effect
 

Methods in com.vwp.sound.mod.modplay.player.effect with parameters of type TrackState
 void LocalEffects.doEffect(TrackState state, int track, int pattern, int division, int tick, int effectNumber, int arg1, int arg2)
          do the effect
 void LocalEffects.keyOff(TrackState state, int track, int tick)
           
 void LocalEffects.modTremolo(TrackState state, int track, int tick, int effectNumber, int arg1, int arg2)
           
 void LocalEffects.postEffect(TrackState state, int track, int pattern, int division, int tick, int effectNumber, int arg1, int arg2)
          do whatever needs to be done after the tick is played
 void LocalEffects.preEffect(TrackState state, int track, int pattern, int division, int tick, int effectNumber, int arg1, int arg2)
          do whatever needs to be done before the track is played