Sound Bakery  v0.1.0
Open-source audio middleware for games
|
Contains all information required for gathering sounds for runtime playing and selection. More...
#include <container.h>
Public Attributes | |
std::vector< const Container * > | sounds |
Vector of containers that should play this iteration. | |
LocalParameterList | parameters |
List of parameters that are local to this gathering. | |
unsigned int | numTimesPlayed |
How many times the voice/node has played. | |
Contains all information required for gathering sounds for runtime playing and selection.
unsigned int SB::Engine::GatherChildrenContext::numTimesPlayed |
How many times the voice/node has played.
Will equal 1 in most cases.
For sequences, this can be higher.
LocalParameterList SB::Engine::GatherChildrenContext::parameters |
List of parameters that are local to this gathering.
Use this to choose sounds based on the current/local context.