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

Mostra 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_oe property

public int currentLevel
return int

dir public_oe property

public sbyte dir
return sbyte

duration public_oe property

public int duration
return int

incrCountRem public_oe property

public uint incrCountRem
return uint

incrPerStep public_oe property

public int incrPerStep
return int

incrPerStepRem public_oe property

public uint incrPerStepRem
return uint

loop public_oe property

public byte loop
return byte

maxLevel public_oe property

public int maxLevel
return int

modWheelLast public_oe property

public sbyte modWheelLast
return sbyte

modWheelSensitivity public_oe property

public sbyte modWheelSensitivity
return sbyte

modWheelState public_oe property

public sbyte modWheelState
return sbyte

numSteps public_oe property

public ushort numSteps
return ushort

startLevel public_oe property

public int startLevel
return int

state public_oe property

public EnvelopeState state
return EnvelopeState

stateModWheelLevels public_oe property

public byte[] stateModWheelLevels
return byte[]

stateTargetLevels public_oe property

public byte[] stateTargetLevels
return byte[]

stepCounter public_oe property

public uint stepCounter
return uint