public interface MidiControlChangeAssignment
The following features are supported:
Modifier and Type | Method and Description |
---|---|
MidiControlChangeAssignmentName |
getName()
Returns the value of the 'Name' attribute.
|
byte |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setName(MidiControlChangeAssignmentName value)
Sets the value of the '
Name ' attribute. |
void |
setValue(byte value)
Sets the value of the '
Value ' attribute. |
MidiControlChangeAssignmentName getName()
MidiControlChangeAssignmentName
.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
MidiControlChangeAssignmentName
,
setName(MidiControlChangeAssignmentName)
,
EsxPackage.getMidiControlChangeAssignment_Name()
void setName(MidiControlChangeAssignmentName value)
Name
' attribute.
value
- the new value of the 'Name' attribute.MidiControlChangeAssignmentName
,
getName()
byte getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(byte)
,
EsxPackage.getMidiControlChangeAssignment_Value()
void setValue(byte value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()