A MIDI Library for .NET

PitchBendMessage Constructor

Constructs a Pitch Bend message.

PitchBendMessage(
   DeviceBase device,
   Channel channel,
   int value,
   float time
);

Parameters

device
The device associated with this message.
channel
Channel, 0..15, 10 reserved for percussion.
value
Pitch bend value, 0..16383, 8192 is centered.
time
The timestamp for this message.

See Also

PitchBendMessage Class | Midi Namespace