|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MidiEntity | |
|---|---|
| net.charlesames.music.midi | The classes in this package have two missions: (1) to build a MIDI sequence from scratch and (2) to take an existing MIDI sequence and explain its contents. |
| Uses of MidiEntity in net.charlesames.music.midi |
|---|
| Subclasses of MidiEntity in net.charlesames.music.midi | |
|---|---|
class |
GeneralMidiChannel
A GeneralMidiChannel instance associates a unique MIDI channel (1-16) with
a unique GeneralMidiProgram. |
class |
MidiChannel
MidiChannel instances keep track of what is going on in a channel during a MIDI file export. |
class |
MidiDevice
A MidiDevice instance manages a collection of 16 MidiChannel objects. |
class |
MidiFile
The MidiFile class wraps the javax.sound.midi.Sequence class. |
class |
MidiTrack
The MidiTrack class wraps the javax.sound.midi.Track class. |
class |
MidiTrackEvent
|
| Methods in net.charlesames.music.midi that return MidiEntity | |
|---|---|
MidiEntity |
MidiEntity.getContainer()
Get the MidiEntity which contains this instance. |
| Constructors in net.charlesames.music.midi with parameters of type MidiEntity | |
|---|---|
MidiEntity(MidiEntity container,
int id,
java.lang.String name)
Constructor for MidiEntity instances. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||