C# Class NScumm.Core.Audio.SoftSynth.EffectEnvelope

Show file Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
currentLevel int
dir sbyte
duration int
incrCountRem uint
incrPerStep int
incrPerStepRem uint
loop byte
maxLevel int
modWheelLast sbyte
modWheelSensitivity sbyte
modWheelState sbyte
numSteps ushort
startLevel int
state EnvelopeState
stateModWheelLevels byte[]
stateTargetLevels byte[]
stepCounter uint

Property Details

currentLevel public property

public int currentLevel
return int

dir public property

public sbyte dir
return sbyte

duration public property

public int duration
return int

incrCountRem public property

public uint incrCountRem
return uint

incrPerStep public property

public int incrPerStep
return int

incrPerStepRem public property

public uint incrPerStepRem
return uint

loop public property

public byte loop
return byte

maxLevel public property

public int maxLevel
return int

modWheelLast public property

public sbyte modWheelLast
return sbyte

modWheelSensitivity public property

public sbyte modWheelSensitivity
return sbyte

modWheelState public property

public sbyte modWheelState
return sbyte

numSteps public property

public ushort numSteps
return ushort

startLevel public property

public int startLevel
return int

state public property

public EnvelopeState state
return EnvelopeState

stateModWheelLevels public property

public byte[] stateModWheelLevels
return byte[]

stateTargetLevels public property

public byte[] stateTargetLevels
return byte[]

stepCounter public property

public uint stepCounter
return uint