NScumm.Core.Audio.SoftSynth.TownsPC98_FmSynth.ChanInternal.ampModSensitivity C# (CSharp) Method

ampModSensitivity() public method

public ampModSensitivity ( int value ) : void
value int
return void
            public void ampModSensitivity(int value)
            {
                ampModSvty = (uint)((1 << (3 - value)) - (((value >> 1) & 1) | (value & 1)));
            }
TownsPC98_FmSynth.ChanInternal