|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MidiDevice
An arbitrary composition of MidiInput and MidiOutput instances. MidiInputs and MidiOutputs may not be added by a public API, they are expected to be added by an instance.
Method Summary | |
---|---|
void |
closeMidi()
|
java.util.List<MidiInput> |
getMidiInputs()
Get the list of MidiInputs for this MidiDevice. |
java.util.List<MidiOutput> |
getMidiOutputs()
Get the list of MidiOutputs for this MidiDevice. |
java.lang.String |
getName()
|
Methods inherited from interface uk.org.toot.misc.IObservable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Method Detail |
---|
java.lang.String getName()
java.util.List<MidiInput> getMidiInputs()
java.util.List<MidiOutput> getMidiOutputs()
void closeMidi()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |