Resonance Game
Team Walterio Fuchsbauer
 All Classes Namespaces Files Functions Variables Enumerations Properties
Resonance.MusicTrack Class Reference

List of all members.

Public Member Functions

 MusicTrack (ContentManager newContent)
void reset ()
void playTrack ()
 Play the track.
void stopTrack ()
 Stop the track.
void pauseTrack ()
 Pause the track.
bool nextQuarterBeat ()
 Detect if it is on the next quarter beat of music.
void update ()
float inTime ()
 Detect if you are in time to the beat.
void inTime2 ()
 TESTING ONLY!

Public Attributes

bool SONG_ENDED = false
bool SONG_MANUALLY_STOPPED = true
bool SONG_MANUALLY_PAUSED = false
bool SONG_STARTED_IN_THE_FIRST_PLACE = false
const long WINDOW = 160000000

Properties

Song Song [get]

Constructor & Destructor Documentation

Resonance.MusicTrack.MusicTrack ( ContentManager  newContent)

Member Function Documentation

Detect if you are in time to the beat.

Here is the caller graph for this function:

TESTING ONLY!

Here is the call graph for this function:

Detect if it is on the next quarter beat of music.

Pause the track.

Here is the caller graph for this function:

Play the track.

Here is the caller graph for this function:

Here is the caller graph for this function:

Stop the track.

Here is the caller graph for this function:

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

const long Resonance.MusicTrack.WINDOW = 160000000

Property Documentation


The documentation for this class was generated from the following file: