Home
last modified time | relevance | path

Searched refs:useReverb (Results 1 – 2 of 2) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DSoundManager.cpp1000 bool useReverb = (n.find(reverbKeyword) != std::string::npos); in playVoice() local
1009 if (!active && useReverb) in playVoice()
1014 else if (active && !useReverb) in playVoice()
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/macsynth/
H A Dmacsynth.cpp82 bool useReverb() const in useReverb() function in drumstick::rt::MacSynthOutput::MacSynthOutputPrivate