C# 클래스 NScumm.Core.Audio.SoftSynth.CMSEmulator

파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateSAA1099 ( ) : NScumm.Core.Audio.SoftSynth.SAA1099[]

메소드 상세

CMSEmulator() 공개 메소드

public CMSEmulator ( int sampleRate ) : System
sampleRate int
리턴 System

Envelope() 공개 메소드

public Envelope ( int chip, int ch ) : void
chip int
ch int
리턴 void

PortWrite() 공개 메소드

public PortWrite ( int port, int val ) : void
port int
val int
리턴 void

PortWriteIntern() 공개 메소드

public PortWriteIntern ( int chip, int data ) : void
chip int
data int
리턴 void

ReadBuffer() 공개 메소드

public ReadBuffer ( short buffer ) : void
buffer short
리턴 void

Update() 공개 메소드

public Update ( int chip, short buffer ) : void
chip int
buffer short
리턴 void