Class MUS.Sequencer

java.lang.Object
net.mtrop.doom.sound.MUS.Sequencer
Enclosing class:
MUS

public class MUS.Sequencer extends Object
A MUS Player sequencer.
  • 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.