@Deprecated public class GervillPlaySubSystem extends java.lang.Object implements PlaySubSystem, NeedInstrument
Constructor and Description |
---|
GervillPlaySubSystem()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Instrument |
getCurrentInstrument()
Deprecated.
|
java.lang.Object |
getOwner()
Deprecated.
Get the currently play owner
|
boolean |
isPlaying()
Deprecated.
is the subsystem playing ?
|
PlayControl |
play(java.lang.Object owner,
VirtualBook transposedCarton,
IPlaySubSystemFeedBack feedBack,
long startAt)
Deprecated.
Launch the play of the virtual book
|
void |
setCurrentInstrument(Instrument ins)
Deprecated.
|
void |
stop()
Deprecated.
Stop the play
|
public void setCurrentInstrument(Instrument ins)
setCurrentInstrument
in interface NeedInstrument
public Instrument getCurrentInstrument()
public boolean isPlaying() throws java.lang.Exception
PlaySubSystem
isPlaying
in interface PlaySubSystem
java.lang.Exception
public PlayControl play(java.lang.Object owner, VirtualBook transposedCarton, IPlaySubSystemFeedBack feedBack, long startAt) throws java.lang.Exception
PlaySubSystem
play
in interface PlaySubSystem
owner
- the play ownertransposedCarton
- the virtual bookfeedBack
- a feed back interface for user feed backsstartAt
- the position for the play start (in microseconds)java.lang.Exception
public void stop() throws java.lang.Exception
PlaySubSystem
stop
in interface PlaySubSystem
java.lang.Exception
public java.lang.Object getOwner()
PlaySubSystem
getOwner
in interface PlaySubSystem