C# Class NScumm.Core.Audio.SoftSynth.TownsMidiInputChannel

Inheritance: MidiChannel
Show file Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
Allocate ( ) : bool
ControlChange ( byte control, byte value ) : 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
TownsMidiInputChannel ( MidiDriver_TOWNS driver, int chanIndex ) : System

Private Methods

Method Description
ControlModulationWheel ( byte value ) : void
ControlPanPos ( byte value ) : void
ControlSustain ( byte value ) : void
ControlVolume ( byte value ) : void
ReleasePedal ( ) : 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

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

TownsMidiInputChannel() public method

public TownsMidiInputChannel ( MidiDriver_TOWNS driver, int chanIndex ) : System
driver MidiDriver_TOWNS
chanIndex int
return System