Home
last modified time | relevance | path

Searched refs:AppendEffect (Results 1 – 6 of 6) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_HardwareManager.h70 bool AppendEffect( AuxBus bus, FxBase* pFx );
72 bool AppendEffect( AuxBus bus, nn::snd::FxDelay* pFx );
73 bool AppendEffect( AuxBus bus, nn::snd::FxReverb* pFx );
Dsnd_SoundSystem.h719 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/
Dmain.cpp334 … 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/
Dsnd_HardwareManager.cpp147 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
Dsnd_SoundSystem.cpp371 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
Dsnd_DriverCommand.cpp488 internal::driver::HardwareManager::GetInstance().AppendEffect( in ProcessCommandList()
500 internal::driver::HardwareManager::GetInstance().AppendEffect( in ProcessCommandList()
511 internal::driver::HardwareManager::GetInstance().AppendEffect( in ProcessCommandList()