C# Класс Midi.PitchBendMessage

Pitch Bend message.
Наследование: ChannelMessage
Показать файл Открыть проект

Открытые методы

Метод Описание
MakeTimeShiftedCopy ( float delta ) : Message

Returns a copy of this message, shifted in time by the specified amount.

PitchBendMessage ( Midi.DeviceBase device, Channel channel, int value, float time ) : System

Constructs a Pitch Bend message.

SendNow ( ) : void

Sends this message immediately.

Описание методов

MakeTimeShiftedCopy() публичный Метод

Returns a copy of this message, shifted in time by the specified amount.
public MakeTimeShiftedCopy ( float delta ) : Message
delta float
Результат Message

PitchBendMessage() публичный Метод

Constructs a Pitch Bend message.
public PitchBendMessage ( Midi.DeviceBase device, Channel channel, int value, float time ) : System
device Midi.DeviceBase The device associated with this message.
channel Channel Channel, 0..15, 10 reserved for percussion.
value int Pitch bend value, 0..16383, 8192 is centered.
time float The timestamp for this message.
Результат System

SendNow() публичный Метод

Sends this message immediately.
public SendNow ( ) : void
Результат void