Searched refs:AppendEffect (Results 1 – 6 of 6) sorted by relevance
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_HardwareManager.h | 70 bool AppendEffect( AuxBus bus, FxBase* pFx ); 72 bool AppendEffect( AuxBus bus, nn::snd::FxDelay* pFx ); 73 bool AppendEffect( AuxBus bus, nn::snd::FxReverb* pFx );
|
| D | snd_SoundSystem.h | 719 static bool AppendEffect( AuxBus bus, FxBase* effect ); 748 static bool AppendEffect( AuxBus bus, nn::snd::FxDelay* fxDelay ); 776 static bool AppendEffect( AuxBus bus, nn::snd::FxReverb* fxReverb );
|
| /NW4C-2.0.3/demos/snd/effect/sources/ |
| D | main.cpp | 334 … bool result = nw::snd::SoundSystem::AppendEffect( nw::snd::AUX_BUS_A, &m_NwFxReverb ); in InitializeEffect() 354 … bool result = nw::snd::SoundSystem::AppendEffect( nw::snd::AUX_BUS_A, &m_NwFxDelay ); in InitializeEffect() 379 … bool result = nw::snd::SoundSystem::AppendEffect( nw::snd::AUX_BUS_A, &m_NnFxReverb ); in InitializeEffect() 399 … bool result = nw::snd::SoundSystem::AppendEffect( nw::snd::AUX_BUS_A, &m_NnFxDelay ); in InitializeEffect()
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_HardwareManager.cpp | 147 bool HardwareManager::AppendEffect( AuxBus bus, FxBase* pFx ) in AppendEffect() function in nw::snd::internal::driver::HardwareManager 196 bool HardwareManager::AppendEffect( AuxBus bus, nn::snd::FxDelay* delay ) in AppendEffect() function in nw::snd::internal::driver::HardwareManager 209 bool HardwareManager::AppendEffect( AuxBus bus, nn::snd::FxReverb* reverb ) in AppendEffect() function in nw::snd::internal::driver::HardwareManager
|
| D | snd_SoundSystem.cpp | 371 bool SoundSystem::AppendEffect( AuxBus bus, FxBase* effect ) in AppendEffect() function in nw::snd::SoundSystem 408 bool SoundSystem::AppendEffect( AuxBus bus, nn::snd::FxDelay* fxDelay ) in AppendEffect() function in nw::snd::SoundSystem 422 bool SoundSystem::AppendEffect( AuxBus bus, nn::snd::FxReverb* fxReverb ) in AppendEffect() function in nw::snd::SoundSystem
|
| D | snd_DriverCommand.cpp | 488 internal::driver::HardwareManager::GetInstance().AppendEffect( in ProcessCommandList() 500 internal::driver::HardwareManager::GetInstance().AppendEffect( in ProcessCommandList() 511 internal::driver::HardwareManager::GetInstance().AppendEffect( in ProcessCommandList()
|