Searched refs:AppendEffect (Results 1 – 6 of 6) sorted by relevance
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_SoundSystem.h | 667 static bool AppendEffect( AuxBus bus, FxBase* effect ); 696 static bool AppendEffect( AuxBus bus, nn::snd::FxDelay* fxDelay ); 724 static bool AppendEffect( AuxBus bus, nn::snd::FxReverb* fxReverb );
|
| D | snd_HardwareManager.h | 68 bool AppendEffect( AuxBus bus, FxBase* pFx );
|
| /NW4C-1.2.23/demos/snd/effect/sources/ |
| D | main.cpp | 332 … bool result = nw::snd::SoundSystem::AppendEffect( nw::snd::AUX_BUS_A, &m_NwFxReverb ); in InitializeEffect() 352 … bool result = nw::snd::SoundSystem::AppendEffect( nw::snd::AUX_BUS_A, &m_NwFxDelay ); in InitializeEffect() 377 … bool result = nw::snd::SoundSystem::AppendEffect( nw::snd::AUX_BUS_A, &m_NnFxReverb ); in InitializeEffect() 397 … bool result = nw::snd::SoundSystem::AppendEffect( nw::snd::AUX_BUS_A, &m_NnFxDelay ); in InitializeEffect()
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_SoundSystem.cpp | 323 bool SoundSystem::AppendEffect( AuxBus bus, FxBase* effect ) in AppendEffect() function in nw::snd::SoundSystem 364 bool SoundSystem::AppendEffect( AuxBus bus, nn::snd::FxDelay* fxDelay ) in AppendEffect() function in nw::snd::SoundSystem 368 bool SoundSystem::AppendEffect( AuxBus bus, nn::snd::FxReverb* fxReverb ) in AppendEffect() function in nw::snd::SoundSystem
|
| D | snd_HardwareManager.cpp | 145 bool HardwareManager::AppendEffect( AuxBus bus, FxBase* pFx ) in AppendEffect() function in nw::snd::internal::driver::HardwareManager
|
| D | snd_DriverCommand.cpp | 479 internal::driver::HardwareManager::GetInstance().AppendEffect( in ProcessCommandList()
|