|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModuleState | |
|---|---|
| com.vwp.sound.mod.modplay | |
| com.vwp.sound.mod.modplay.player | |
| com.vwp.sound.mod.modplay.player.effect | |
| Uses of ModuleState in com.vwp.sound.mod.modplay |
|---|
| Methods in com.vwp.sound.mod.modplay that return ModuleState | |
|---|---|
ModuleState |
Player.getModuleState()
get the state of the module. |
| Uses of ModuleState in com.vwp.sound.mod.modplay.player |
|---|
| Methods in com.vwp.sound.mod.modplay.player that return ModuleState | |
|---|---|
ModuleState |
TrackState.getModuleState()
|
| Constructors in com.vwp.sound.mod.modplay.player with parameters of type ModuleState | |
|---|---|
TrackState(ModuleState moduleState,
Module module,
Mixer mixer,
int trackNumber)
|
|
| Uses of ModuleState in com.vwp.sound.mod.modplay.player.effect |
|---|
| Methods in com.vwp.sound.mod.modplay.player.effect with parameters of type ModuleState | |
|---|---|
void |
GlobalEffects.doEffect(ModuleState state,
int track,
int pattern,
int division,
int tick,
int effectNumber,
int arg1,
int arg2)
do the effect |
void |
GlobalEffects.postEffect(ModuleState 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 |
GlobalEffects.preEffect(ModuleState state,
int track,
int pattern,
int division,
int tick,
int effectNumber,
int arg1,
int arg2)
Do whatever needs to be done before the next tick is loaded |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||