C# Класс SchemaFactor.Vst.MidiMapperX.MapNoteItem

Represents one note mapping.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ClearPulse ( ) : void
MapNoteItem ( ) : System.Collections.ObjectModel

Constructor.

Pulse ( ) : void
StringToBytes ( string OutputBytesString, byte channel, byte velocity ) : byte[]

Static member used to convert the hex strings into bytes. Used by the mapping code, as well as the entry dialog box for validation.

Triggered ( Constants type ) : void
isDefined ( Constants type ) : bool

Determine if this mapping has been defined.

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

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

public ClearPulse ( ) : void
Результат void

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

Constructor.
public MapNoteItem ( ) : System.Collections.ObjectModel
Результат System.Collections.ObjectModel

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

public Pulse ( ) : void
Результат void

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

Static member used to convert the hex strings into bytes. Used by the mapping code, as well as the entry dialog box for validation.
public static StringToBytes ( string OutputBytesString, byte channel, byte velocity ) : byte[]
OutputBytesString string
channel byte
velocity byte
Результат byte[]

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

public Triggered ( Constants type ) : void
type Constants
Результат void

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

Determine if this mapping has been defined.
public isDefined ( Constants type ) : bool
type Constants Set to type to check
Результат bool