Home
last modified time | relevance | path

Searched refs:startSound (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tucker/
H A Dlocations.cpp37 startSound(_locationSoundsTable[3]._offset, 3, _locationSoundsTable[3]._volume); in execData3PreUpdate_locationNum1()
125 startSound(_locationSoundsTable[2]._offset, 2, _locationSoundsTable[2]._volume); in execData3PostUpdate_locationNum1()
388 startSound(_locationSoundsTable[1]._offset, 1, _locationSoundsTable[1]._volume); in updateSprite_locationNum5_0()
392 startSound(_locationSoundsTable[1]._offset, 1, _locationSoundsTable[1]._volume); in updateSprite_locationNum5_0()
665 startSound(_locationSoundsTable[2]._offset, 2, _locationSoundsTable[2]._volume); in execData3PostUpdate_locationNum8()
723 startSound(_locationSoundsTable[i]._offset, i, _locationSoundsTable[i]._volume); in execData3PreUpdate_locationNum9()
727 startSound(_locationSoundsTable[7]._offset, 7, _locationSoundsTable[7]._volume); in execData3PreUpdate_locationNum9()
801 startSound(_locationSoundsTable[0]._offset, 0, _locationSoundsTable[0]._volume); in execData3PreUpdate_locationNum10()
854 startSound(_locationSoundsTable[6]._offset, 6, _locationSoundsTable[6]._volume); in updateSprite_locationNum11_4()
943 startSound(_locationSoundsTable[1]._offset, 1, _locationSoundsTable[1]._volume); in execData3PreUpdate_locationNum13()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tucker/
H A Dlocations.cpp37 startSound(_locationSoundsTable[3]._offset, 3, _locationSoundsTable[3]._volume); in execData3PreUpdate_locationNum1()
125 startSound(_locationSoundsTable[2]._offset, 2, _locationSoundsTable[2]._volume); in execData3PostUpdate_locationNum1()
388 startSound(_locationSoundsTable[1]._offset, 1, _locationSoundsTable[1]._volume); in updateSprite_locationNum5_0()
392 startSound(_locationSoundsTable[1]._offset, 1, _locationSoundsTable[1]._volume); in updateSprite_locationNum5_0()
665 startSound(_locationSoundsTable[2]._offset, 2, _locationSoundsTable[2]._volume); in execData3PostUpdate_locationNum8()
723 startSound(_locationSoundsTable[i]._offset, i, _locationSoundsTable[i]._volume); in execData3PreUpdate_locationNum9()
727 startSound(_locationSoundsTable[7]._offset, 7, _locationSoundsTable[7]._volume); in execData3PreUpdate_locationNum9()
801 startSound(_locationSoundsTable[0]._offset, 0, _locationSoundsTable[0]._volume); in execData3PreUpdate_locationNum10()
854 startSound(_locationSoundsTable[6]._offset, 6, _locationSoundsTable[6]._volume); in updateSprite_locationNum11_4()
943 startSound(_locationSoundsTable[1]._offset, 1, _locationSoundsTable[1]._volume); in execData3PreUpdate_locationNum13()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/sound/
H A Dsound_amiga_eob.cpp160 _driver->startSound(newSound); in playTrack()
176 _driver->startSound("TELEPORT.SAM"); in playSoundEffect()
193 if (_driver->startSound(newSound + suffix)) { in playSoundEffect()
204 if (!_driver->startSound(newSound)) { in playSoundEffect()
207 if (_driver->startSound(newSound)) in playSoundEffect()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/sound/
H A Dsound_amiga_eob.cpp160 _driver->startSound(newSound); in playTrack()
176 _driver->startSound("TELEPORT.SAM"); in playSoundEffect()
193 if (_driver->startSound(newSound + suffix)) { in playSoundEffect()
204 if (!_driver->startSound(newSound)) { in playSoundEffect()
207 if (_driver->startSound(newSound)) in playSoundEffect()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Danimation.h69 virtual void startSound() {} in startSound() function
89 void startSound();
105 void startSound();
H A Danimation.cpp69 startSound(); in play()
81 startSound(); in play()
306 void MoviePlayerDXA::startSound() { in startSound() function in AGOS::MoviePlayerDXA
323 startSound(); in nextFrame()
469 void MoviePlayerSMK::startSound() { in startSound() function in AGOS::MoviePlayerSMK
/dports/games/scummvm/scummvm-2.5.1/engines/agos/
H A Danimation.h69 virtual void startSound() {} in startSound() function
89 void startSound() override;
105 void startSound() override;
H A Danimation.cpp69 startSound(); in play()
81 startSound(); in play()
306 void MoviePlayerDXA::startSound() { in startSound() function in AGOS::MoviePlayerDXA
323 startSound(); in nextFrame()
469 void MoviePlayerSMK::startSound() { in startSound() function in AGOS::MoviePlayerSMK
/dports/games/residualvm/residualvm-0.3.1/engines/grim/imuse/
H A Dimuse_script.cpp80 return startSound(soundName, IMUSE_VOLGRP_VOICE, 0, volume, pan, 127, nullptr); in startVoice()
85 startSound(soundName, IMUSE_VOLGRP_MUSIC, hookId, volume, pan, 126, nullptr); in startMusic()
90 startSound(soundName, IMUSE_VOLGRP_MUSIC, hookId, volume, pan, 126, otherTrack); in startMusicWithOtherPos()
95 startSound(soundName, IMUSE_VOLGRP_SFX, 0, 127, 0, priority, nullptr); in startSfx()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/imuse/
H A Dimuse_script.cpp80 return startSound(soundName, IMUSE_VOLGRP_VOICE, 0, volume, pan, 127, nullptr); in startVoice()
85 startSound(soundName, IMUSE_VOLGRP_MUSIC, hookId, volume, pan, 126, nullptr); in startMusic()
90 startSound(soundName, IMUSE_VOLGRP_MUSIC, hookId, volume, pan, 126, otherTrack); in startMusicWithOtherPos()
95 startSound(soundName, IMUSE_VOLGRP_SFX, 0, 127, 0, priority, nullptr); in startSfx()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dmusic.h55 virtual void startSound(int sound) = 0;
62 virtual void startSoundWithTrackID(int sound, int track) { startSound(sound); } in startSoundWithTrackID()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dmusic.h55 virtual void startSound(int sound) = 0;
62 virtual void startSoundWithTrackID(int sound, int track) { startSound(sound); } in startSoundWithTrackID()
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Dplaylist.qc66 …cpt = true; // current playing track (we can't start next track here because startSound calls toke…
86 me.startSound(me, 0);
211 me.startSound(me, 0);
216 me.startSound(me, -1);
221 me.startSound(me, +1);
247 me.startSound(me, 0);
253 me.startSound(me, 0);
/dports/graphics/ming/libming-ming-0_4_8/perl_ext/examples/
H A Dsound.cgi24 my $soundinstance=$m->startSound($sound);
34 my $soundinstance2=$m->startSound($sound2);
/dports/graphics/p5-ming/libming-ming-0_4_8/perl_ext/examples/
H A Dsound.cgi24 my $soundinstance=$m->startSound($sound);
34 my $soundinstance2=$m->startSound($sound2);
/dports/graphics/py-ming/libming-ming-0_4_8/perl_ext/examples/
H A Dsound.cgi24 my $soundinstance=$m->startSound($sound);
34 my $soundinstance2=$m->startSound($sound2);
/dports/games/scummvm/scummvm-2.5.1/engines/nancy/state/
H A Dlogo.cpp45 startSound(); in process()
69 void Logo::startSound() { in startSound() function in Nancy::State::Logo
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/imuse_digi/
H A Ddimuse_script.cpp234 startSound(soundId, "", 0, IMUSE_VOLGRP_VOICE, input, 0, 127, 127, NULL); in startVoice()
239 startSound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOLGRP_VOICE, NULL, 0, 127, 127, NULL); in startVoice()
244 startSound(soundId, "", IMUSE_RESOURCE, IMUSE_VOLGRP_MUSIC, NULL, 0, volume, 126, NULL); in startMusic()
249 startSound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOLGRP_MUSIC, NULL, hookId, volume, 126, NULL); in startMusic()
254startSound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOLGRP_MUSIC, NULL, hookId, volume, 126, otherT… in startMusicWithOtherPos()
259 startSound(soundId, "", IMUSE_RESOURCE, IMUSE_VOLGRP_SFX, NULL, 0, 127, priority, NULL); in startSfx()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/imuse_digi/
H A Ddimuse_script.cpp219 return startSound(soundId, "", 0, IMUSE_VOLGRP_VOICE, input, 0, 127, 127, NULL); in startVoice()
224 return startSound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOLGRP_VOICE, NULL, 0, 127, 127, NULL); in startVoice()
229 return startSound(soundId, "", IMUSE_RESOURCE, IMUSE_VOLGRP_MUSIC, NULL, 0, volume, 126, NULL); in startMusic()
234 …return startSound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOLGRP_MUSIC, NULL, hookId, volume, 126,… in startMusic()
239 …return startSound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOLGRP_MUSIC, NULL, hookId, volume, 126,… in startMusicWithOtherPos()
244 return startSound(soundId, "", IMUSE_RESOURCE, IMUSE_VOLGRP_SFX, NULL, 0, 127, priority, NULL); in startSfx()
/dports/devel/bullet/bullet3-3.21/examples/TinyAudio/
H A Db3SoundEngine.cpp116 void b3SoundEngine::startSound(int soundSourceIndex, b3SoundMessage msg) in startSound() function in b3SoundEngine
131 soundSource->startSound(msg.m_autoKeyOff); in startSound()
142 soundSource->startSound(msg.m_autoKeyOff); in startSound()
/dports/devel/py-bullet3/bullet3-3.21/examples/TinyAudio/
H A Db3SoundEngine.cpp116 void b3SoundEngine::startSound(int soundSourceIndex, b3SoundMessage msg) in startSound() function in b3SoundEngine
131 soundSource->startSound(msg.m_autoKeyOff); in startSound()
142 soundSource->startSound(msg.m_autoKeyOff); in startSound()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/useable/
H A DFishSource.java57 private final String startSound = "fishing-1"; field in FishSource
195 addEvent(new SoundEvent(startSound, SOUND_RADIUS, 100, SoundLayer.AMBIENT_SOUND)); in onStarted()
H A DWaterSpringSource.java52 private final String startSound = "liquid-fill-01"; field in WaterSpringSource
192 addEvent(new SoundEvent(startSound, SOUND_RADIUS, 100, SoundLayer.AMBIENT_SOUND)); in onStarted()
H A DCoalSource.java56 private final String startSound = "pick-metallic-1"; field in CoalSource
186 addEvent(new SoundEvent(startSound, SOUND_RADIUS, 100, SoundLayer.AMBIENT_SOUND)); in onStarted()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/Train/
H A DHorn.cs40 …public Horn(SoundBuffer startSound, SoundBuffer loopSound, SoundBuffer endSound, bool loop, CarBas… in Horn() argument
43 this.StartSound = startSound; in Horn()

12345678910