|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.common.Disposable
net.charlesames.music.midi.MidiEntity
net.charlesames.music.midi.MidiDevice
public class MidiDevice
A MidiDevice instance manages a collection of 16 MidiChannel objects.
| Method Summary | |
|---|---|
java.util.SortedMap<java.lang.Integer,MidiChannel> |
getMidiChannels()
Get the channels running on this device. |
MidiFile |
getMidiFile()
Get the MidiFile instance. |
java.lang.String |
getName()
Get the MIDI device name. |
| Methods inherited from class net.charlesames.music.midi.MidiEntity |
|---|
dispose, getContainer, getID, setName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public MidiFile getMidiFile()
MidiFile instance.
MidiFile instance.public java.lang.String getName()
getName in class MidiEntitypublic java.util.SortedMap<java.lang.Integer,MidiChannel> getMidiChannels()
MidiChannel instances, indexed by channel number.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||