Package net.mtrop.doom.sound
Class MUS.Sequencer
java.lang.Object
net.mtrop.doom.sound.MUS.Sequencer
- Enclosing class:
- MUS
A MUS Player sequencer.
-
Method Summary
-
Method Details
-
reset
public void reset()Resets this sequencer to the beginning. -
step
public boolean step()Performs a single tic step, emitting events to the listener until a rest is reached. May emit no events if still resting.- Returns:
- true if more steps remain before looping is required, false if not.
-