C# 클래스 Commons.Music.Midi.MidiMachineChannel

파일 보기 프로젝트 열기: atsushieno/managed-midi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Controls byte[]
NRPNs short[]
NoteVelocity byte[]
PAfVelocity byte[]
RPNs short[]

공개 메소드들

메소드 설명
ProcessDte ( byte value, bool msb ) : void
ProcessDteDecrement ( ) : void
ProcessDteIncrement ( ) : void

메소드 상세

ProcessDte() 공개 메소드

public ProcessDte ( byte value, bool msb ) : void
value byte
msb bool
리턴 void

ProcessDteDecrement() 공개 메소드

public ProcessDteDecrement ( ) : void
리턴 void

ProcessDteIncrement() 공개 메소드

public ProcessDteIncrement ( ) : void
리턴 void

프로퍼티 상세

Controls 공개적으로 프로퍼티

public byte[] Controls
리턴 byte[]

NRPNs 공개적으로 프로퍼티

public short[] NRPNs
리턴 short[]

NoteVelocity 공개적으로 프로퍼티

public byte[] NoteVelocity
리턴 byte[]

PAfVelocity 공개적으로 프로퍼티

public byte[] PAfVelocity
리턴 byte[]

RPNs 공개적으로 프로퍼티

public short[] RPNs
리턴 short[]