| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_WaveSoundHandle.h | 460 void SetFxSend( AuxBus bus, f32 send ) in SetFxSend() function 462 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
|
| D | snd_SoundHandle.h | 554 void SetFxSend( AuxBus bus, float send ) in SetFxSend() function 556 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
|
| D | snd_StreamSoundHandle.h | 473 void SetFxSend( AuxBus bus, f32 send ) in SetFxSend() function 475 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
|
| D | snd_SequenceSoundHandle.h | 454 void SetFxSend( AuxBus bus, f32 send ) in SetFxSend() function 456 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
|
| D | snd_BasicSoundPlayer.h | 102 void SetFxSend( AuxBus bus, float send );
|
| D | snd_SoundPlayer.h | 281 void SetFxSend( AuxBus bus, float send );
|
| D | snd_Voice.h | 192 void SetFxSend( AuxBus bus, f32 send );
|
| D | snd_Channel.h | 186 void SetFxSend( AuxBus bus, f32 send ) { m_FxSend[ bus ] = send; } in SetFxSend() function
|
| D | snd_BasicSound.h | 319 void SetFxSend( AuxBus bus, f32 send );
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_BasicSoundPlayer.cpp | 79 void BasicSoundPlayer::SetFxSend( AuxBus bus, float send ) in SetFxSend() function in nw::snd::internal::driver::BasicSoundPlayer
|
| D | snd_SoundPlayer.cpp | 203 void SoundPlayer::SetFxSend( AuxBus bus, float send ) in SetFxSend() function in nw::snd::SoundPlayer
|
| D | snd_WaveSoundPlayer.cpp | 556 m_pChannel->SetFxSend( bus, fxSend[ i ] ); in UpdateChannel()
|
| D | snd_DriverCommand.cpp | 116 c->player->SetFxSend( AuxBus(i), c->fxSend[i] ); in ProcessCommandList()
|
| D | snd_Channel.cpp | 304 m_pVoice->SetFxSend( static_cast<AuxBus>( i ), m_FxSend[ i ] ); in Update()
|
| D | snd_SequenceTrack.cpp | 454 channel->SetFxSend( bus, fxSend[ i ] ); in UpdateChannelParam()
|
| D | snd_BasicSound.cpp | 994 void BasicSound::SetFxSend( AuxBus bus, f32 send ) in SetFxSend() function in nw::snd::internal::BasicSound
|
| D | snd_StreamSoundPlayer.cpp | 1309 voice->SetFxSend( bus, fxsend[ i ] ); in UpdateVoiceParams() 1327 voice->SetFxSend( bus, fxsend[ i ] ); in UpdateVoiceParams()
|
| D | snd_Voice.cpp | 862 void Voice::SetFxSend( AuxBus bus, f32 send ) in SetFxSend() function in nw::snd::internal::driver::Voice
|
| /NW4C-2.0.3/demos/snd/effect/sources/ |
| D | main.cpp | 234 handle.SetFxSend( nw::snd::AUX_BUS_A, 0.3f ); in OnUpdatePad() 243 handle.SetFxSend( nw::snd::AUX_BUS_A, 0.3f ); in OnUpdatePad() 252 handle.SetFxSend( nw::snd::AUX_BUS_A, 0.3f ); in OnUpdatePad()
|