A class library for opening, parsing, and saving MIDI files.

ChannelKeyPressure Constructor (Int64, Byte, Byte)

Initializes a new instance of the ChannelKeyPressure class.

public ChannelKeyPressure(
   long deltaTime,
   byte channel,
   byte pressure
);

Parameters

deltaTime
The number of ticks from the previous event.
channel
The channel to apply the event to.
pressure
The channel key pressure.

See Also

ChannelKeyPressure Class | EF.SimpleMIDI Namespace | ChannelKeyPressure Constructor Overload List