public interface ISender
send(IPatchDriver, int) method. Every time a widget moves,
its Sender gets told. The MidiMessage will be sent to the synth informing
it of the change. Usually a Single Editor will have one or more Sender.
Sometimes more than one is used because a synth uses more than one method
to transfer the data.| Modifier and Type | Method and Description |
|---|---|
void |
send(IDriver driver,
int value)
Send MIDI message[s] for
value. |
void send(IDriver driver, int value)
value.value - an int valueCopyright © 2014. All Rights Reserved.