C# Class NScumm.Core.Audio.PCSpeakerDriver.MidiChannelPcSpk

Inheritance: MidiChannel
显示文件 Open project: scemino/nscumm

Public Methods

Method Description
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

Method Details

Allocate() public method

public Allocate ( ) : bool
return bool

ControlChange() public method

public ControlChange ( byte control, byte value ) : void
control byte
value byte
return void

Init() public method

public Init ( PCSpeakerDriver owner, int channel ) : void
owner PCSpeakerDriver
channel int
return void

NoteOff() public method

public NoteOff ( byte note ) : void
note byte
return void

NoteOn() public method

public NoteOn ( byte note, byte velocity ) : void
note byte
velocity byte
return void

PitchBend() public method

public PitchBend ( short bend ) : void
bend short
return void

PitchBendFactor() public method

public PitchBendFactor ( byte value ) : void
value byte
return void

Priority() public method

public Priority ( byte value ) : void
value byte
return void

ProgramChange() public method

public ProgramChange ( byte program ) : void
program byte
return void

Release() public method

public Release ( ) : void
return void

Send() public method

public Send ( uint b ) : void
b uint
return void

SysExCustomInstrument() public method

public SysExCustomInstrument ( uint type, byte instr ) : void
type uint
instr byte
return void