C# 클래스 NScumm.Core.Audio.SoftSynth.TownsPC98_FmSynth.ChanInternal

파일 보기 프로젝트 열기: scemino/nscumm

공개 프로퍼티들

프로퍼티 타입 설명
algorithm byte
ampModSvty uint
enableLeft bool
enableRight bool
feedbuf int[]
fmIndex byte
frqModSvty uint
frqTemp ushort
opr TownsPC98_FmSynthOperator[]
updateEnvelopeParameters bool

공개 메소드들

메소드 설명
ampModSensitivity ( int value ) : void
frqModSensitivity ( uint value ) : void

메소드 상세

ampModSensitivity() 공개 메소드

public ampModSensitivity ( int value ) : void
value int
리턴 void

frqModSensitivity() 공개 메소드

public frqModSensitivity ( uint value ) : void
value uint
리턴 void

프로퍼티 상세

algorithm 공개적으로 프로퍼티

public byte algorithm
리턴 byte

ampModSvty 공개적으로 프로퍼티

public uint ampModSvty
리턴 uint

enableLeft 공개적으로 프로퍼티

public bool enableLeft
리턴 bool

enableRight 공개적으로 프로퍼티

public bool enableRight
리턴 bool

feedbuf 공개적으로 프로퍼티

public int[] feedbuf
리턴 int[]

fmIndex 공개적으로 프로퍼티

public byte fmIndex
리턴 byte

frqModSvty 공개적으로 프로퍼티

public uint frqModSvty
리턴 uint

frqTemp 공개적으로 프로퍼티

public ushort frqTemp
리턴 ushort

opr 공개적으로 프로퍼티

public TownsPC98_FmSynthOperator[] opr
리턴 TownsPC98_FmSynthOperator[]

updateEnvelopeParameters 공개적으로 프로퍼티

public bool updateEnvelopeParameters
리턴 bool