|
Préférences
Moteurs de recherche
|
|||||||
| JavaTM 2 Platform Std. Ed. v1.4.2
javax.sound.midi
|
||||||||
| Method Summary | |
void |
controlChange(ShortMessage event)
Invoked when a Sequencer has encountered and processed
a control-change event of interest to this listener. |
| Method Detail |
public void controlChange(ShortMessage event)
Sequencer has encountered and processed
a control-change event of interest to this listener. The event passed
in is a ShortMessage whose first data byte indicates
the controller number and whose second data byte is the value to which
the controller was set.
event - the control-change event that the sequencer encountered in
the sequence it is processingSequencer.addControllerEventListener(ControllerEventListener, int[]),
MidiChannel.controlChange(int, int),
ShortMessage.getData1(),
ShortMessage.getData2()