Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundSystem.h690 static bool AppendEffect( AuxBus bus, FxBase* effect );
719 static bool AppendEffect( AuxBus bus, nn::snd::FxDelay* fxDelay );
747 static bool AppendEffect( AuxBus bus, nn::snd::FxReverb* fxReverb );
Dsnd_HardwareManager.h68 bool AppendEffect( AuxBus bus, FxBase* pFx );
/NW4C-1.3.3/demos/snd/effect/sources/
Dmain.cpp332 … 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.3.3/sources/libraries/snd/
Dsnd_SoundSystem.cpp323 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
Dsnd_HardwareManager.cpp145 bool HardwareManager::AppendEffect( AuxBus bus, FxBase* pFx ) in AppendEffect() function in nw::snd::internal::driver::HardwareManager
Dsnd_DriverCommand.cpp486 internal::driver::HardwareManager::GetInstance().AppendEffect( in ProcessCommandList()