C# 클래스 MidiScript.SampleScripts.Incrementor

상속: IMidiPlugin
파일 보기 프로젝트 열기: ValdemarOrn/SharpSoundPlugins

공개 프로퍼티들

프로퍼티 타입 설명
CcNumber int
Value int

공개 메소드들

메소드 설명
Process ( byte message ) : void
SampleProcess ( int samplerate, int bufferSize ) : void

메소드 상세

Process() 공개 메소드

public Process ( byte message ) : void
message byte
리턴 void

SampleProcess() 공개 메소드

public SampleProcess ( int samplerate, int bufferSize ) : void
samplerate int
bufferSize int
리턴 void

프로퍼티 상세

CcNumber 공개적으로 프로퍼티

public int CcNumber
리턴 int

Value 공개적으로 프로퍼티

public int Value
리턴 int