A MIDI Library for .NET

PercussionMessage Constructor

Constructs a Percussion message.

PercussionMessage(
   DeviceBase device,
   Percussion percussion,
   int velocity,
   float time
);

Parameters

device
The device associated with this message.
percussion
Percussion.
velocity
Velocity, 0..127.
time
The timestamp for this message.

See Also

PercussionMessage Class | Midi Namespace