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

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

Méthodes publiques

Méthode Description
CMSEmulator ( int sampleRate ) : System
Envelope ( int chip, int ch ) : void
PortWrite ( int port, int val ) : void
PortWriteIntern ( int chip, int data ) : void
ReadBuffer ( short buffer ) : void
Update ( int chip, short buffer ) : void

Private Methods

Méthode Description
CreateSAA1099 ( ) : NScumm.Core.Audio.SoftSynth.SAA1099[]

Method Details

CMSEmulator() public méthode

public CMSEmulator ( int sampleRate ) : System
sampleRate int
Résultat System

Envelope() public méthode

public Envelope ( int chip, int ch ) : void
chip int
ch int
Résultat void

PortWrite() public méthode

public PortWrite ( int port, int val ) : void
port int
val int
Résultat void

PortWriteIntern() public méthode

public PortWriteIntern ( int chip, int data ) : void
chip int
data int
Résultat void

ReadBuffer() public méthode

public ReadBuffer ( short buffer ) : void
buffer short
Résultat void

Update() public méthode

public Update ( int chip, short buffer ) : void
chip int
buffer short
Résultat void