C# Class FSO.HIT.FSCPlayer

Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
CurrentPosition int
LoopCount short
TimeDiff float

Public Methods

Method Description
FSCPlayer ( FSC fsc, string basedir ) : System
SetManualTempo ( int tempo ) : void
SetVolume ( float volume ) : void
Tick ( float time ) : void

Private Methods

Method Description
LoadSound ( string filename ) : SoundEffect
NextNote ( ) : void

Method Details

FSCPlayer() public method

public FSCPlayer ( FSC fsc, string basedir ) : System
fsc FSO.Files.HIT.FSC
basedir string
return System

SetManualTempo() public method

public SetManualTempo ( int tempo ) : void
tempo int
return void

SetVolume() public method

public SetVolume ( float volume ) : void
volume float
return void

Tick() public method

public Tick ( float time ) : void
time float
return void

Property Details

CurrentPosition public_oe property

A Class to play FSC sequences. Bundled in with the HIT engine because it wouldn't really go anywhere else. :I
public int CurrentPosition
return int

LoopCount public_oe property

public short LoopCount
return short

TimeDiff public_oe property

public float TimeDiff
return float