|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmusic.midi.MIDIPlayerEnqueuer
public class MIDIPlayerEnqueuer
| Constructor Summary | |
|---|---|
MIDIPlayerEnqueuer(MIDIPlayer mp)
Default constructor. |
|
| Method Summary | |
|---|---|
float |
getTempoBPM()
|
float |
getTempoMPQ()
|
void |
play()
Starts playback. |
void |
setTempoBPM(float tempoBPM)
|
void |
setTempoMPQ(float tempoMPQ)
|
void |
stop()
Ceases playback. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MIDIPlayerEnqueuer(MIDIPlayer mp)
| Method Detail |
|---|
public void play()
public void stop()
public void setTempoMPQ(float tempoMPQ)
public void setTempoBPM(float tempoBPM)
public float getTempoMPQ()
public float getTempoBPM()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||