C# 클래스 NScumm.Core.Audio.PCSpeakerDriver.MidiChannelPcSpk

상속: MidiChannel
파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
Allocate ( ) : bool
ControlChange ( byte control, byte value ) : void
Init ( PCSpeakerDriver owner, int channel ) : void
NoteOff ( byte note ) : void
NoteOn ( byte note, byte velocity ) : void
PitchBend ( short bend ) : void
PitchBendFactor ( byte value ) : void
Priority ( byte value ) : void
ProgramChange ( byte program ) : void
Release ( ) : void
Send ( uint b ) : void
SysExCustomInstrument ( uint type, byte instr ) : void

메소드 상세

Allocate() 공개 메소드

public Allocate ( ) : bool
리턴 bool

ControlChange() 공개 메소드

public ControlChange ( byte control, byte value ) : void
control byte
value byte
리턴 void

Init() 공개 메소드

public Init ( PCSpeakerDriver owner, int channel ) : void
owner PCSpeakerDriver
channel int
리턴 void

NoteOff() 공개 메소드

public NoteOff ( byte note ) : void
note byte
리턴 void

NoteOn() 공개 메소드

public NoteOn ( byte note, byte velocity ) : void
note byte
velocity byte
리턴 void

PitchBend() 공개 메소드

public PitchBend ( short bend ) : void
bend short
리턴 void

PitchBendFactor() 공개 메소드

public PitchBendFactor ( byte value ) : void
value byte
리턴 void

Priority() 공개 메소드

public Priority ( byte value ) : void
value byte
리턴 void

ProgramChange() 공개 메소드

public ProgramChange ( byte program ) : void
program byte
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void

Send() 공개 메소드

public Send ( uint b ) : void
b uint
리턴 void

SysExCustomInstrument() 공개 메소드

public SysExCustomInstrument ( uint type, byte instr ) : void
type uint
instr byte
리턴 void