C# Class SchemaFactor.Vst.MidiMapperX.MapNoteItem

Represents one note mapping.
Show file Open project: LeifBloomquist/MIDIMapperX Class Usage Examples

Public Methods

Method Description
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.

Method Details

ClearPulse() public method

public ClearPulse ( ) : void
return void

MapNoteItem() public method

Constructor.
public MapNoteItem ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

Pulse() public method

public Pulse ( ) : void
return void

StringToBytes() public static method

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
return byte[]

Triggered() public method

public Triggered ( Constants type ) : void
type Constants
return void

isDefined() public method

Determine if this mapping has been defined.
public isDefined ( Constants type ) : bool
type Constants Set to type to check
return bool