bn_music_actions.h file

bn::music actions header file.

Namespaces

namespace bn
Main Butano namespace.

Classes

class bn::music_volume_manager
Manages the volume of the active Direct Sound music.
class bn::music_volume_to_action
Modifies the volume of the active Direct Sound music until it has a given state.
class bn::music_volume_loop_action
Modifies the volume of the active Direct Sound music from a minimum to a maximum. When the volume is equal to the given final state, it goes back to its initial state and vice versa.
class bn::music_volume_toggle_action
Changes the volume of the active Direct Sound music when the action is updated a given number of times.
class bn::music_tempo_manager
Manages the tempo of the active Direct Sound music.
class bn::music_tempo_to_action
Modifies the tempo of the active Direct Sound music until it has a given state.
class bn::music_tempo_loop_action
Modifies the tempo of the active Direct Sound music from a minimum to a maximum. When the tempo is equal to the given final state, it goes back to its initial state and vice versa.
class bn::music_tempo_toggle_action
Changes the tempo of the active Direct Sound music when the action is updated a given number of times.
class bn::music_pitch_manager
Manages the pitch of the active Direct Sound music.
class bn::music_pitch_to_action
Modifies the pitch of the active Direct Sound music until it has a given state.
class bn::music_pitch_loop_action
Modifies the pitch of the active Direct Sound music from a minimum to a maximum. When the pitch is equal to the given final state, it goes back to its initial state and vice versa.
class bn::music_pitch_toggle_action
Changes the pitch of the active Direct Sound music when the action is updated a given number of times.