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

Show file 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 property

public byte algorithm
return byte

ampModSvty public property

public uint ampModSvty
return uint

enableLeft public property

public bool enableLeft
return bool

enableRight public property

public bool enableRight
return bool

feedbuf public property

public int[] feedbuf
return int[]

fmIndex public property

public byte fmIndex
return byte

frqModSvty public property

public uint frqModSvty
return uint

frqTemp public property

public ushort frqTemp
return ushort

opr public property

public TownsPC98_FmSynthOperator[] opr
return TownsPC98_FmSynthOperator[]

updateEnvelopeParameters public property

public bool updateEnvelopeParameters
return bool