C# Class SchemaFactor.Vst.MidiMapperX.MapNoteItem

Represents one note mapping.
Afficher le fichier Open project: LeifBloomquist/MIDIMapperX Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ClearPulse ( ) : void
Résultat void

MapNoteItem() public méthode

Constructor.
public MapNoteItem ( ) : System.Collections.ObjectModel
Résultat System.Collections.ObjectModel

Pulse() public méthode

public Pulse ( ) : void
Résultat void

StringToBytes() public static méthode

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
Résultat byte[]

Triggered() public méthode

public Triggered ( Constants type ) : void
type Constants
Résultat void

isDefined() public méthode

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