C# 클래스 PortMidiSharp.MidiInput

상속: MidiStream
파일 보기 프로젝트 열기: atsushieno/mldsp 1 사용 예제들

공개 메소드들

메소드 설명
MidiInput ( IntPtr stream, Int32 inputDevice ) : System
Read ( MidiEvent buffer, int length ) : int

메소드 상세

MidiInput() 공개 메소드

public MidiInput ( IntPtr stream, Int32 inputDevice ) : System
stream System.IntPtr
inputDevice System.Int32
리턴 System

Read() 공개 메소드

public Read ( MidiEvent buffer, int length ) : int
buffer MidiEvent
length int
리턴 int