C# Класс Midi.ProgramChangeMessage

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

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

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

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

ProgramChangeMessage ( Midi.DeviceBase device, Channel channel, Instrument instrument, float time ) : System

Constructs a Program Change 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

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

Constructs a Program Change message.
public ProgramChangeMessage ( Midi.DeviceBase device, Channel channel, Instrument instrument, float time ) : System
device Midi.DeviceBase The device associated with this message.
channel Channel Channel.
instrument Instrument Instrument.
time float The timestamp for this message.
Результат System

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

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