C# 클래스 Midi.ControlChangeMessage

MidiControl change message.
상속: ChannelMessage
파일 보기 프로젝트 열기: jstnryan/midi-dot-net 1 사용 예제들

공개 메소드들

메소드 설명
ControlChangeMessage ( Midi.DeviceBase device, Channel channel, Control control, int value, float time ) : System

Construts a Control Change message.

MakeTimeShiftedCopy ( float delta ) : Message

Returns a copy of this message, shifted in time by the specified amount.

SendNow ( ) : void

Sends this message immediately.

메소드 상세

ControlChangeMessage() 공개 메소드

Construts a Control Change message.
public ControlChangeMessage ( Midi.DeviceBase device, Channel channel, Control control, int value, float time ) : System
device Midi.DeviceBase The device associated with this message.
channel Channel Channel, 0..15, 10 reserved for percussion.
control Control Control, 0..119
value int Value, 0..127.
time float The timestamp for this message.
리턴 System

MakeTimeShiftedCopy() 공개 메소드

Returns a copy of this message, shifted in time by the specified amount.
public MakeTimeShiftedCopy ( float delta ) : Message
delta float
리턴 Message

SendNow() 공개 메소드

Sends this message immediately.
public SendNow ( ) : void
리턴 void