@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 NeedInstrumentpublic Instrument getCurrentInstrument()
public boolean isPlaying()
throws java.lang.Exception
PlaySubSystemisPlaying in interface PlaySubSystemjava.lang.Exceptionpublic PlayControl play(java.lang.Object owner, VirtualBook transposedCarton, IPlaySubSystemFeedBack feedBack, long startAt) throws java.lang.Exception
PlaySubSystemplay in interface PlaySubSystemowner - the play ownertransposedCarton - the virtual bookfeedBack - a feed back interface for user feed backsstartAt - the position for the play start (in microseconds)java.lang.Exceptionpublic void stop()
throws java.lang.Exception
PlaySubSystemstop in interface PlaySubSystemjava.lang.Exceptionpublic java.lang.Object getOwner()
PlaySubSystemgetOwner in interface PlaySubSystem