C# Class NScumm.Core.Audio.SoftSynth.AdlibMidiDriver.AdLibPercussionChannel

Inheritance: AdLibPart
Show file Open project: scemino/nscumm

Public Methods

Method Description
AdLibPercussionChannel ( ) : System
Detune ( byte value ) : void
ModulationWheel ( byte value ) : void
NoteOff ( byte note ) : void
NoteOn ( byte note, byte velocity ) : void
PitchBendFactor ( byte value ) : void
Priority ( byte value ) : void
ProgramChange ( byte program ) : void
Sustain ( bool value ) : void
SysExCustomInstrument ( uint type, byte instr ) : void

Protected Methods

Method Description
Init ( AdlibMidiDriver owner, byte channel ) : void

Method Details

AdLibPercussionChannel() public method

public AdLibPercussionChannel ( ) : System
return System

Detune() public method

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

Init() protected method

protected Init ( AdlibMidiDriver owner, byte channel ) : void
owner AdlibMidiDriver
channel byte
return void

ModulationWheel() public method

public ModulationWheel ( byte value ) : void
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

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

Sustain() public method

public Sustain ( bool value ) : void
value bool
return void

SysExCustomInstrument() public method

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