- Enclosing class:
- SequencePlayer2
public static interface SequencePlayer2.IPlayable
Interface that represents a playable entity.
- Author:
- swong
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic SequencePlayer2.IPlayable
Null object instance that no-ops the start and stop methods. -
Method Summary
-
Field Details
-
NULL
Null object instance that no-ops the start and stop methods.
-
-
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
-