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

Show file Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
Active byte
Count short
CurVal short
Direction sbyte
Loop byte
MaxValue ushort
ModWheel sbyte
ModWheelLast sbyte
NumSteps ushort
SpeedHi short
SpeedLo ushort
SpeedLoCounter ushort
SpeedLoMax ushort
StartValue short
TableA byte[]
TableB byte[]
Unk3 sbyte

Public Methods

Method Description
Struct10 ( ) : System

Method Details

Struct10() public method

public Struct10 ( ) : System
return System

Property Details

Active public property

public byte Active
return byte

Count public property

public short Count
return short

CurVal public property

public short CurVal
return short

Direction public property

public sbyte Direction
return sbyte

Loop public property

public byte Loop
return byte

MaxValue public property

public ushort MaxValue
return ushort

ModWheel public property

public sbyte ModWheel
return sbyte

ModWheelLast public property

public sbyte ModWheelLast
return sbyte

NumSteps public property

public ushort NumSteps
return ushort

SpeedHi public property

public short SpeedHi
return short

SpeedLo public property

public ushort SpeedLo
return ushort

SpeedLoCounter public property

public ushort SpeedLoCounter
return ushort

SpeedLoMax public property

public ushort SpeedLoMax
return ushort

StartValue public property

public short StartValue
return short

TableA public property

public byte[] TableA
return byte[]

TableB public property

public byte[] TableB
return byte[]

Unk3 public property

public sbyte Unk3
return sbyte