|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfugue.Controller
public class Controller
Contains information for MIDI Controller Events.
Constructor Summary | |
---|---|
Controller()
Creates a new Controller object |
|
Controller(byte index,
byte value)
Creates a new Controller object, with the specified controller index and value. |
Method Summary | |
---|---|
byte |
getIndex()
Returns the index of the controller event for this object. |
java.lang.String |
getMusicString()
Returns the Music String representing this element and all of its settings. |
byte |
getValue()
Returns the value of the controller event for this object. |
void |
setIndex(byte index)
Sets the index of the controller event for this object. |
void |
setValue(byte value)
Sets the value of the controller event for this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Controller()
public Controller(byte index, byte value)
index
- the index of the controller to setvalue
- the byte value used to set the controllerMethod Detail |
---|
public void setIndex(byte index)
index
- the index of the controllerpublic byte getIndex()
public void setValue(byte value)
value
- the byte value used to set the controllerpublic byte getValue()
public java.lang.String getMusicString()
X
index=value
getMusicString
in interface JFugueElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |