C# Class NScumm.Core.Audio.Tfmx.PlayerContext

Show file Open project: scemino/nscumm

Public Properties

Property Type Description
fadeCount byte
fadeDelta sbyte
fadeEndVolume sbyte
fadeSkip byte
patternCount ushort
patternSkip ushort
signal ushort>.Action
song sbyte
stopWithLastPattern bool
tickCount int
volume sbyte

Property Details

fadeCount public property

public byte fadeCount
return byte

fadeDelta public property

public sbyte fadeDelta
return sbyte

fadeEndVolume public property

public sbyte fadeEndVolume
return sbyte

fadeSkip public property

public byte fadeSkip
return byte

patternCount public property

public ushort patternCount
return ushort

patternSkip public property

skip that amount of CIA-Interrupts
public ushort patternSkip
return ushort

signal public property

public Action signal
return ushort>.Action

song public property

<>= 0 if Song is running (means process Patterns)
public sbyte song
return sbyte

stopWithLastPattern public property

hack to automatically stop the whole player if no Pattern is running
public bool stopWithLastPattern
return bool

tickCount public property

public int tickCount
return int

volume public property

Master Volume
public sbyte volume
return sbyte