C# Class NScumm.Sky.Music.AdLibChannelType

Mostra file Open project: scemino/nscumm

Public Properties

Property Type Description
adlibChannelNumber byte
adlibReg1 byte
assignedInstrument byte
channelActive bool
channelVolume byte
eventDataPtr ushort
freqOffset byte
frequency ushort
instrumentData InstrumentStruct
lastCommand byte
loopPoint ushort
nextEventTime int
note byte
padding byte
tremoVibro byte

Property Details

adlibChannelNumber public_oe property

public byte adlibChannelNumber
return byte

adlibReg1 public_oe property

public byte adlibReg1
return byte

assignedInstrument public_oe property

public byte assignedInstrument
return byte

channelActive public_oe property

public bool channelActive
return bool

channelVolume public_oe property

public byte channelVolume
return byte

eventDataPtr public_oe property

public ushort eventDataPtr
return ushort

freqOffset public_oe property

public byte freqOffset
return byte

frequency public_oe property

public ushort frequency
return ushort

instrumentData public_oe property

public InstrumentStruct instrumentData
return InstrumentStruct

lastCommand public_oe property

public byte lastCommand
return byte

loopPoint public_oe property

public ushort loopPoint
return ushort

nextEventTime public_oe property

public int nextEventTime
return int

note public_oe property

public byte note
return byte

padding public_oe property

public byte padding
return byte

tremoVibro public_oe property

public byte tremoVibro
return byte