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

Inheritance: MidiChannel
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

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

Méthode Description
ControlModulationWheel ( byte value ) : void
ControlPanPos ( byte value ) : void
ControlSustain ( byte value ) : void
ControlVolume ( byte value ) : void
ReleasePedal ( ) : void

Method Details

Allocate() public méthode

public Allocate ( ) : bool
Résultat bool

ControlChange() public méthode

public ControlChange ( byte control, byte value ) : void
control byte
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

PitchBend() public méthode

public PitchBend ( short bend ) : void
bend short
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

Release() public méthode

public Release ( ) : void
Résultat void

Send() public méthode

public Send ( uint b ) : void
b uint
Résultat void

SysExCustomInstrument() public méthode

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

TownsMidiInputChannel() public méthode

public TownsMidiInputChannel ( MidiDriver_TOWNS driver, int chanIndex ) : System
driver MidiDriver_TOWNS
chanIndex int
Résultat System