|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectMidiOutputPort
org.herac.tuxguitar.player.impl.midiport.alsa.MidiOutputPortImpl
public class MidiOutputPortImpl
| Constructor Summary | |
|---|---|
MidiOutputPortImpl(MidiSystem midiSystem,
java.lang.String name,
int client,
int port)
|
|
| Method Summary | |
|---|---|
void |
check()
|
void |
close()
|
int |
getClient()
|
int |
getPort()
|
MidiReceiver |
getReceiver()
|
static java.lang.String |
getUniqueKey(int client,
int port)
|
static java.lang.String |
getUniqueName(java.lang.String name,
int client,
int port)
|
void |
open()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MidiOutputPortImpl(MidiSystem midiSystem,
java.lang.String name,
int client,
int port)
| Method Detail |
|---|
public void open()
public void close()
public MidiReceiver getReceiver()
public void check()
public int getPort()
public int getClient()
public static java.lang.String getUniqueKey(int client,
int port)
public static java.lang.String getUniqueName(java.lang.String name,
int client,
int port)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||