Метод | Описание | |
---|---|---|
MakeTimeShiftedCopy ( float delta ) : |
Returns a copy of this message, shifted in time by the specified amount.
|
|
PercussionMessage ( Midi.DeviceBase device, Percussion percussion, int velocity, float time ) : System |
Constructs a Percussion message.
|
|
SendNow ( ) : void |
Sends this message immediately.
|
public MakeTimeShiftedCopy ( float delta ) : |
||
delta | float | |
Результат |
public PercussionMessage ( Midi.DeviceBase device, Percussion percussion, int velocity, float time ) : System | ||
device | Midi.DeviceBase | The device associated with this message. |
percussion | Percussion | Percussion. |
velocity | int | Velocity, 0..127. |
time | float | The timestamp for this message. |
Результат | System |