C# Class NScumm.Sky.Music.MidiChannelType

Mostra file Open project: scemino/nscumm

Public Properties

Property Type Description
ChannelActive bool
EventDataPtr ushort
LoopPoint ushort
MidiChannelNumber byte
NextEventTime int
Note byte

Property Details

ChannelActive public_oe property

public bool ChannelActive
return bool

EventDataPtr public_oe property

public ushort EventDataPtr
return ushort

LoopPoint public_oe property

public ushort LoopPoint
return ushort

MidiChannelNumber public_oe property

public byte MidiChannelNumber
return byte

NextEventTime public_oe property

public int NextEventTime
return int

Note public_oe property

public byte Note
return byte