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

Datei anzeigen Open project: scemino/nscumm Class Usage Examples

Public Methods

Method 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

Method Description
CreateSAA1099 ( ) : NScumm.Core.Audio.SoftSynth.SAA1099[]

Method Details

CMSEmulator() public method

public CMSEmulator ( int sampleRate ) : System
sampleRate int
return System

Envelope() public method

public Envelope ( int chip, int ch ) : void
chip int
ch int
return void

PortWrite() public method

public PortWrite ( int port, int val ) : void
port int
val int
return void

PortWriteIntern() public method

public PortWriteIntern ( int chip, int data ) : void
chip int
data int
return void

ReadBuffer() public method

public ReadBuffer ( short buffer ) : void
buffer short
return void

Update() public method

public Update ( int chip, short buffer ) : void
chip int
buffer short
return void