C# Class SchemaFactor.Vst.MidiMapperX.MidiProcessor

Implements the incoming Midi event handling for the plugin.
Inheritance: IVstMidiProcessor
Afficher le fichier Open project: LeifBloomquist/MIDIMapperX Class Usage Examples

Méthodes publiques

Méthode Description
MidiProcessor ( Plugin plugin ) : System.Collections

Constructs a new instance.

Process ( VstEventCollection inputEvents ) : void

Method Details

MidiProcessor() public méthode

Constructs a new instance.
public MidiProcessor ( Plugin plugin ) : System.Collections
plugin Plugin Must not be null.
Résultat System.Collections

Process() public méthode

public Process ( VstEventCollection inputEvents ) : void
inputEvents VstEventCollection
Résultat void