C# Class NScumm.Core.Audio.SoftSynth.TownsPC98_FmSynth.ChanInternal

显示文件 Open project: scemino/nscumm

Public Properties

Property Type Description
algorithm byte
ampModSvty uint
enableLeft bool
enableRight bool
feedbuf int[]
fmIndex byte
frqModSvty uint
frqTemp ushort
opr TownsPC98_FmSynthOperator[]
updateEnvelopeParameters bool

Public Methods

Method Description
ampModSensitivity ( int value ) : void
frqModSensitivity ( uint value ) : void

Method Details

ampModSensitivity() public method

public ampModSensitivity ( int value ) : void
value int
return void

frqModSensitivity() public method

public frqModSensitivity ( uint value ) : void
value uint
return void

Property Details

algorithm public_oe property

public byte algorithm
return byte

ampModSvty public_oe property

public uint ampModSvty
return uint

enableLeft public_oe property

public bool enableLeft
return bool

enableRight public_oe property

public bool enableRight
return bool

feedbuf public_oe property

public int[] feedbuf
return int[]

fmIndex public_oe property

public byte fmIndex
return byte

frqModSvty public_oe property

public uint frqModSvty
return uint

frqTemp public_oe property

public ushort frqTemp
return ushort

opr public_oe property

public TownsPC98_FmSynthOperator[] opr
return TownsPC98_FmSynthOperator[]

updateEnvelopeParameters public_oe property

public bool updateEnvelopeParameters
return bool