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

Implements the incoming Midi event handling for the plugin.
상속: IVstMidiProcessor
파일 보기 프로젝트 열기: LeifBloomquist/MIDIMapperX 1 사용 예제들

공개 메소드들

메소드 설명
MidiProcessor ( Plugin plugin ) : System.Collections

Constructs a new instance.

Process ( VstEventCollection inputEvents ) : void

메소드 상세

MidiProcessor() 공개 메소드

Constructs a new instance.
public MidiProcessor ( Plugin plugin ) : System.Collections
plugin Plugin Must not be null.
리턴 System.Collections

Process() 공개 메소드

public Process ( VstEventCollection inputEvents ) : void
inputEvents VstEventCollection
리턴 void