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

Inheritance: AdLibPart
Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Init ( AdlibMidiDriver owner, byte channel ) : void

Method Details

AdLibPercussionChannel() public méthode

public AdLibPercussionChannel ( ) : System
Résultat System

Detune() public méthode

public Detune ( byte value ) : void
value byte
Résultat void

Init() protected méthode

protected Init ( AdlibMidiDriver owner, byte channel ) : void
owner AdlibMidiDriver
channel byte
Résultat void

ModulationWheel() public méthode

public ModulationWheel ( byte value ) : void
value byte
Résultat void

NoteOff() public méthode

public NoteOff ( byte note ) : void
note byte
Résultat void

NoteOn() public méthode

public NoteOn ( byte note, byte velocity ) : void
note byte
velocity byte
Résultat void

PitchBendFactor() public méthode

public PitchBendFactor ( byte value ) : void
value byte
Résultat void

Priority() public méthode

public Priority ( byte value ) : void
value byte
Résultat void

ProgramChange() public méthode

public ProgramChange ( byte program ) : void
program byte
Résultat void

Sustain() public méthode

public Sustain ( bool value ) : void
value bool
Résultat void

SysExCustomInstrument() public méthode

public SysExCustomInstrument ( uint type, byte instr ) : void
type uint
instr byte
Résultat void