|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.frinika.sequencer.FrinikaSequencerPlayer
public class FrinikaSequencerPlayer
Constructor Summary | |
---|---|
FrinikaSequencerPlayer(FrinikaSequencer sequencer)
|
Method Summary | |
---|---|
int |
getLoopCount()
Return number of loops played |
long |
getMicroSecondPosition()
|
long |
getRealTimeTickPosition()
Used for recording to time stamp incoming midi events |
long |
getTickPosition()
|
long |
getTicksLooped()
|
boolean |
isRunning()
|
void |
run()
|
void |
setLatencyCompensationInMillis(double latencyCompMillis)
The delay due to audio latency which must be subtracted when recording midi events |
void |
setTempoList(TempoList tempoList)
Set the tempoList to get the tempo when the time is warped. |
void |
setTickPosition(long tickPosition)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrinikaSequencerPlayer(FrinikaSequencer sequencer)
Method Detail |
---|
public void setTempoList(TempoList tempoList)
tempoList
- public void start()
public long getMicroSecondPosition()
public void stop()
public void run()
run
in interface java.lang.Runnable
public boolean isRunning()
public long getTicksLooped()
public long getTickPosition()
public int getLoopCount()
public void setLatencyCompensationInMillis(double latencyCompMillis)
latencyCompMillis
- public long getRealTimeTickPosition()
public void setTickPosition(long tickPosition)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |