메소드 | 설명 | |
---|---|---|
ControlChangeMessage ( Midi.DeviceBase device, Channel channel, Control control, int value, float time ) : System |
Construts a Control Change message.
|
|
MakeTimeShiftedCopy ( float delta ) : |
Returns a copy of this message, shifted in time by the specified amount.
|
|
SendNow ( ) : void |
Sends this message immediately.
|
public ControlChangeMessage ( Midi.DeviceBase device, Channel channel, Control control, int value, float time ) : System | ||
device | Midi.DeviceBase | The device associated with this message. |
channel | Channel | Channel, 0..15, 10 reserved for percussion. |
control | Control | Control, 0..119 |
value | int | Value, 0..127. |
time | float | The timestamp for this message. |
리턴 | System |
public MakeTimeShiftedCopy ( float delta ) : |
||
delta | float | |
리턴 |