Module hw06

Interface SequencePlayer2.IPlayable

Enclosing class:
SequencePlayer2

public static interface SequencePlayer2.IPlayable
Interface that represents a playable entity.
Author:
swong
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Null object instance that no-ops the start and stop methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Starts the sequencer associated with this playable entity
    void
    Stops the sequencer and synthesizer associated with this playable entity
  • Field Details

  • Method Details

    • start

      void start()
      Starts the sequencer associated with this playable entity
    • stop

      void stop()
      Stops the sequencer and synthesizer associated with this playable entity