| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_WaveSoundHandle.h | 447 void SetFxSend( AuxBus bus, f32 send ) in SetFxSend() function 449 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
|
| D | snd_SoundHandle.h | 534 void SetFxSend( AuxBus bus, float send ) in SetFxSend() function 536 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
|
| D | snd_StreamSoundHandle.h | 458 void SetFxSend( AuxBus bus, f32 send ) in SetFxSend() function 460 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
|
| D | snd_SequenceSoundHandle.h | 440 void SetFxSend( AuxBus bus, f32 send ) in SetFxSend() function 442 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
|
| D | snd_BasicSoundPlayer.h | 99 void SetFxSend( AuxBus bus, float send );
|
| D | snd_SoundPlayer.h | 273 void SetFxSend( AuxBus bus, float send );
|
| D | snd_Voice.h | 190 void SetFxSend( AuxBus bus, f32 send );
|
| D | snd_BasicSound.h | 297 void SetFxSend( AuxBus bus, f32 send );
|
| D | snd_Channel.h | 184 void SetFxSend( AuxBus bus, f32 send ) { m_FxSend[ bus ] = send; } in SetFxSend() function
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_BasicSoundPlayer.cpp | 76 void BasicSoundPlayer::SetFxSend( AuxBus bus, float send ) in SetFxSend() function in nw::snd::internal::driver::BasicSoundPlayer
|
| D | snd_SoundPlayer.cpp | 201 void SoundPlayer::SetFxSend( AuxBus bus, float send ) in SetFxSend() function in nw::snd::SoundPlayer
|
| D | snd_WaveSoundPlayer.cpp | 546 m_pChannel->SetFxSend( bus, fxSend[ i ] ); in UpdateChannel()
|
| D | snd_DriverCommand.cpp | 114 c->player->SetFxSend( AuxBus(i), c->fxSend[i] ); in ProcessCommandList()
|
| D | snd_Channel.cpp | 302 m_pVoice->SetFxSend( static_cast<AuxBus>( i ), m_FxSend[ i ] ); in Update()
|
| D | snd_SequenceTrack.cpp | 452 channel->SetFxSend( bus, fxSend[ i ] ); in UpdateChannelParam()
|
| D | snd_BasicSound.cpp | 937 void BasicSound::SetFxSend( AuxBus bus, float send ) in SetFxSend() function in nw::snd::internal::BasicSound
|
| D | snd_StreamSoundPlayer.cpp | 1244 voice->SetFxSend( bus, fxsend[ i ] ); in UpdateVoiceParams() 1262 voice->SetFxSend( bus, fxsend[ i ] ); in UpdateVoiceParams()
|
| D | snd_Voice.cpp | 860 void Voice::SetFxSend( AuxBus bus, f32 send ) in SetFxSend() function in nw::snd::internal::driver::Voice
|
| /NW4C-1.2.23/demos/snd/effect/sources/ |
| D | main.cpp | 232 handle.SetFxSend( nw::snd::AUX_BUS_A, 0.3f ); in OnUpdatePad() 241 handle.SetFxSend( nw::snd::AUX_BUS_A, 0.3f ); in OnUpdatePad() 250 handle.SetFxSend( nw::snd::AUX_BUS_A, 0.3f ); in OnUpdatePad()
|