|
DixShtix | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Number | +--com.dixshtix.midi.MidiNumber | +--com.dixshtix.midi.Patch
Also called a Program
Field Summary | |
(package private) static ReverseLookup |
rev_names
|
Fields inherited from class com.dixshtix.midi.MidiNumber |
number |
Fields inherited from class java.lang.Number |
serialVersionUID |
Constructor Summary | |
Patch(int num)
|
|
Patch(java.lang.String name)
|
Method Summary | |
static int |
getNumberNames()
|
(package private) static int |
lookupByName(java.lang.String name)
|
java.lang.String |
toString()
Produce a short, human-readable string. |
Methods inherited from class com.dixshtix.midi.MidiNumber |
byteValue, doubleValue, equals, floatValue, hashCode, intValue, longValue, shortValue |
Methods inherited from class java.lang.Object |
|
Field Detail |
static ReverseLookup rev_names
Constructor Detail |
public Patch(int num)
public Patch(java.lang.String name)
Method Detail |
static int lookupByName(java.lang.String name)
public static int getNumberNames()
public java.lang.String toString()
toString
in class MidiNumber
|
DixShtix | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |