Definition at line 48 of file SoundEngine.h.
Static Public Member Functions | |
void | playFx (DmResID resID) |
Play a sound effect which is stored in a resource of type 'Tsfx' with the specified resource ID. | |
void | playSong (DmResID resID) |
Play a song where the sequence of patterns is stored in a resource of type 'Ttrk' with the specified resource ID. | |
void | stopSong () |
Stop the currently playing song. | |
void | timeTick () |
This method needs to be invoked periodically, in order for SoundEngine to work. | |
Friends | |
class | Presentation |
|
Play a sound effect which is stored in a resource of type 'Tsfx' with the specified resource ID.
|
|
Play a song where the sequence of patterns is stored in a resource of type 'Ttrk' with the specified resource ID. The patterns themselves are stored in resources of type 'Tpat' where the pattern ID is the resource ID.
|
|
Stop the currently playing song.
|
|
This method needs to be invoked periodically, in order for SoundEngine to work.
|
|
Definition at line 99 of file SoundEngine.h. |