|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.linuxsampler.lscp.event.MidiInstrumentInfoEvent
public class MidiInstrumentInfoEvent
A semantic event which indicates that a MIDI instrument in a MIDI instrument map is changed.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
MidiInstrumentInfoEvent(java.lang.Object source,
int mapId,
int bank,
int program)
Constructs a MidiInstrumentInfoEvent object. |
Method Summary | |
---|---|
int |
getMapId()
Gets the numerical ID of the MIDI instrument map, which instrument number is changed. |
int |
getMidiBank()
Gets the index of the MIDI bank, containing the instrument. |
int |
getMidiProgram()
Gets the MIDI program number of the instrument. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MidiInstrumentInfoEvent(java.lang.Object source, int mapId, int bank, int program)
MidiInstrumentInfoEvent
object.
source
- The object that originated the event.mapId
- The numerical ID of the MIDI
instrument map, containing the changed instrument.bank
- The index of the MIDI bank, containing the instrument.program
- The MIDI program number of the instrument.Method Detail |
---|
public int getMapId()
public int getMidiBank()
public int getMidiProgram()
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |