|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linuxsampler.lscp.MidiInstrumentMapInfo
public class MidiInstrumentMapInfo
Represents a MIDI instrument map used for mapping instruments to corresponding MIDI bank select and MIDI program change messages.
Constructor Summary | |
---|---|
MidiInstrumentMapInfo(int mapId,
java.lang.String name)
Creates a new instance of MidiInstrumentMapInfo
with the specified name and map ID. |
|
MidiInstrumentMapInfo(int mapId,
java.lang.String name,
boolean defaultMap)
Creates a new instance of MidiInstrumentMapInfo . |
Method Summary | |
---|---|
int |
getMapId()
|
java.lang.String |
getName()
Gets the name of this MIDI instrument map. |
boolean |
isDefault()
Determines whether this map is the default map. |
void |
setName(java.lang.String name)
Sets the name of this MIDI instrument map. |
java.lang.String |
toString()
Returns the name of this map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MidiInstrumentMapInfo(int mapId, java.lang.String name)
MidiInstrumentMapInfo
with the specified name and map ID.
mapId
- Specifies the ID of the map.name
- Specifies the name of the map.public MidiInstrumentMapInfo(int mapId, java.lang.String name, boolean defaultMap)
MidiInstrumentMapInfo
.
mapId
- Specifies the ID of the map.name
- Specifies the name of the map.defaultMap
- Specifies whether this is the default map.Method Detail |
---|
public int getMapId()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The new name of this MIDI instrument map.public boolean isDefault()
true
if this is the default
map, false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |