|
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.Value
Controls are set to a Value. The effect that the value has depends greatly on the Controller. The value may be proportional to 0 ... 127, or offset: -64 .. +63, or off/on 0, 127.
Controller
,
EventStatus.ksbControlChange
,
EventType.kControlChange
, Serialized FormFields inherited from class com.dixshtix.midi.MidiNumber |
number |
Fields inherited from class java.lang.Number |
serialVersionUID |
Constructor Summary | |
Value(int num)
Initializer. |
Method Summary | |
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 |
|
Constructor Detail |
public Value(int num)
num
- is in the range 0 .. 127.Method Detail |
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 |