Home
last modified time | relevance | path

Searched refs:stopVoice (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/scummvm/scummvm-2.5.1/engines/hopkins/
H A Dsound.cpp217 stopVoice(1); in checkSoundEnd()
365 stopVoice(0); in stopSound()
366 stopVoice(1); in stopSound()
367 stopVoice(2); in stopSound()
656 stopVoice(2); in mixVoice()
671 stopVoice(1); in removeSample()
673 stopVoice(2); in removeSample()
744 stopVoice(1); in playSample()
749 stopVoice(1); in playSample()
761 stopVoice(voiceIndex); in checkVoiceStatus()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hopkins/
H A Dsound.cpp217 stopVoice(1); in checkSoundEnd()
361 stopVoice(0); in stopSound()
362 stopVoice(1); in stopSound()
363 stopVoice(2); in stopSound()
646 stopVoice(2); in mixVoice()
661 stopVoice(1); in removeSample()
663 stopVoice(2); in removeSample()
734 stopVoice(1); in playSample()
739 stopVoice(1); in playSample()
751 stopVoice(voiceIndex); in checkVoiceStatus()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/illusions/threads/
H A Dtalkthread.cpp194 _vm->_soundMan->stopVoice(); in onUpdate()
234 _vm->_soundMan->stopVoice(); in onUpdate()
257 _vm->_soundMan->stopVoice(); in onUpdate()
335 _vm->_soundMan->stopVoice(); in onUpdate()
H A Dtalkthread_duckman.cpp170 _vm->_soundMan->stopVoice(); in onUpdate()
242 _vm->_soundMan->stopVoice(); in onTerminated()
/dports/games/scummvm/scummvm-2.5.1/engines/illusions/threads/
H A Dtalkthread.cpp194 _vm->_soundMan->stopVoice(); in onUpdate()
234 _vm->_soundMan->stopVoice(); in onUpdate()
259 _vm->_soundMan->stopVoice(); in onUpdate()
339 _vm->_soundMan->stopVoice(); in onUpdate()
H A Dtalkthread_duckman.cpp170 _vm->_soundMan->stopVoice(); in onUpdate()
244 _vm->_soundMan->stopVoice(); in onTerminated()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/synthesisers/
H A Djuce_Synthesiser.cpp298 stopVoice (voice, 1.0f, true); in noteOn()
330 void Synthesiser::stopVoice (SynthesiserVoice* voice, float velocity, const bool allowTailOff) in stopVoice() function in juce::Synthesiser
362 stopVoice (voice, velocity, allowTailOff); in noteOff()
449 stopVoice (voice, 1.0f, true); in handleSustainPedal()
469 stopVoice (voice, 1.0f, true); in handleSostenutoPedal()
/dports/audio/carla/Carla-2.4.1/source/modules/water/synthesisers/
H A DSynthesiser.cpp291 stopVoice (voice, 1.0f, true); in noteOn()
326 void Synthesiser::stopVoice (SynthesiserVoice* voice, float velocity, const bool allowTailOff) in stopVoice() function in water::Synthesiser
360 stopVoice (voice, velocity, allowTailOff); in noteOff()
465 stopVoice (voice, 1.0f, true); in handleSustainPedal()
486 stopVoice (voice, 1.0f, true); in handleSostenutoPedal()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/synthesisers/
H A Djuce_Synthesiser.cpp298 stopVoice (voice, 1.0f, true); in noteOn()
330 void Synthesiser::stopVoice (SynthesiserVoice* voice, float velocity, const bool allowTailOff) in stopVoice() function in juce::Synthesiser
362 stopVoice (voice, velocity, allowTailOff); in noteOff()
449 stopVoice (voice, 1.0f, true); in handleSustainPedal()
469 stopVoice (voice, 1.0f, true); in handleSostenutoPedal()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/synthesisers/
H A Djuce_Synthesiser.cpp299 stopVoice (voice, 1.0f, true); in noteOn()
331 void Synthesiser::stopVoice (SynthesiserVoice* voice, float velocity, const bool allowTailOff) in stopVoice() function in juce::Synthesiser
363 stopVoice (voice, velocity, allowTailOff); in noteOff()
450 stopVoice (voice, 1.0f, true); in handleSustainPedal()
470 stopVoice (voice, 1.0f, true); in handleSostenutoPedal()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/draci/
H A Dsound.h198 void stopVoice();
201 void stopAll() { stopVoice(); stopSound(); } in stopAll()
/dports/games/scummvm/scummvm-2.5.1/engines/draci/
H A Dsound.h198 void stopVoice();
201 void stopAll() { stopVoice(); stopSound(); } in stopAll()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dsound.cpp128 void Sound::stopVoice() { in stopVoice() function in Saga::Sound
137 stopVoice(); in stopAll()
H A Dsound.h75 void stopVoice();
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dsound.cpp128 void Sound::stopVoice() { in stopVoice() function in Saga::Sound
137 stopVoice(); in stopAll()
H A Dsound.h75 void stopVoice();
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/mpe/
H A Djuce_MPESynthesiser.cpp51 void MPESynthesiser::stopVoice (MPESynthesiserVoice* voice, MPENote noteToStop, bool allowTailOff) in stopVoice() function in juce::MPESynthesiser
133 stopVoice (voice, finishedNote, true); in noteReleased()
H A Djuce_MPESynthesiser.h298 void stopVoice (MPESynthesiserVoice* voice, MPENote noteToStop, bool allowTailOff);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/mpe/
H A Djuce_MPESynthesiser.cpp51 void MPESynthesiser::stopVoice (MPESynthesiserVoice* voice, MPENote noteToStop, bool allowTailOff) in stopVoice() function in juce::MPESynthesiser
133 stopVoice (voice, finishedNote, true); in noteReleased()
H A Djuce_MPESynthesiser.h298 void stopVoice (MPESynthesiserVoice* voice, MPENote noteToStop, bool allowTailOff);
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/mpe/
H A Djuce_MPESynthesiser.cpp51 void MPESynthesiser::stopVoice (MPESynthesiserVoice* voice, MPENote noteToStop, bool allowTailOff) in stopVoice() function in juce::MPESynthesiser
133 stopVoice (voice, finishedNote, true); in noteReleased()
H A Djuce_MPESynthesiser.h298 void stopVoice (MPESynthesiserVoice* voice, MPENote noteToStop, bool allowTailOff);
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Daudio.h107 void stopVoice(void);
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/
H A Dnode_see13firsttime.lua48 stopVoice()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Dsound.h116 void stopVoice();

123