C# Класс Midi.Message

Base class for all MIDI messages.
Показать файл Открыть проект Примеры использования класса

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

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

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

SendNow ( ) : void

Sends this message immediately.

Защищенные методы

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

Protected constructor.

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

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

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

Message() защищенный Метод

Protected constructor.
protected Message ( float time ) : System
time float The timestamp for this message.
Результат System

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

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