|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.toot.transport.AbstractMMCMaster
public abstract class AbstractMMCMaster
An abstract MIDI Machine Control master. Extend this class with a MIDI output port and implement send. The Transport is then the master of the external MIDI port being sent the MIDI Machine Control messages.
| Constructor Summary | |
|---|---|
AbstractMMCMaster()
|
|
| Method Summary | |
|---|---|
void |
fastForward()
|
void |
locate(long microseconds)
Called when the transport locates to a new microsecond time. |
void |
play()
Called when the transport begins playing. |
void |
playDeferred()
|
void |
punchIn()
|
void |
punchOut()
|
void |
record(boolean rec)
Called when the transport record mode changes. |
void |
rewind()
|
void |
stop()
Called when the transport has stopped. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractMMCMaster()
| Method Detail |
|---|
public void stop()
TransportListener
stop in interface TransportListenerpublic void play()
TransportListener
play in interface TransportListenerpublic void playDeferred()
public void record(boolean rec)
TransportListener
record in interface TransportListenerpublic void fastForward()
public void rewind()
public void punchIn()
public void punchOut()
public void locate(long microseconds)
TransportListener
locate in interface TransportListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||