C# 클래스 Midi.NoteMessage

Base class for messages relevant to a specific note.
상속: ChannelMessage
파일 보기 프로젝트 열기: jstnryan/midi-dot-net 1 사용 예제들

보호된 메소드들

메소드 설명
NoteMessage ( Midi.DeviceBase device, Channel channel, Pitch pitch, int velocity, float time ) : System

Protected constructor.

메소드 상세

NoteMessage() 보호된 메소드

Protected constructor.
protected NoteMessage ( Midi.DeviceBase device, Channel channel, Pitch pitch, int velocity, float time ) : System
device Midi.DeviceBase
channel Channel
pitch Pitch
velocity int
time float
리턴 System