public static interface SequencePlayer2.IPlayable
Modifier and Type | Field and Description |
---|---|
static SequencePlayer2.IPlayable |
NULL
Null object instance that no-ops the start and stop methods.
|
Modifier and Type | Method and Description |
---|---|
void |
start()
Starts the sequencer associated with this playable entity
|
void |
stop()
Stops the sequencer and synthesizer associated with this playable entity
|
static final SequencePlayer2.IPlayable NULL