C# 클래스 SchemaFactor.Vst.MidiMapperX.MapNoteItem

Represents one note mapping.
파일 보기 프로젝트 열기: LeifBloomquist/MIDIMapperX 1 사용 예제들

공개 메소드들

메소드 설명
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