Home
last modified time | relevance | path

Searched refs:panStartMin (Results 1 – 8 of 8) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dambient_sounds.cpp65 track.panStartMin = 0; in AmbientSounds()
117 int panStartMin, int panStartMax, in addSound() argument
126 sort(&panStartMin, &panStartMax); in addSound()
133 panStartMin, panStartMax, in addSound()
163 sort(&panStartMin, &panStartMax); in addSpeech()
170 panStartMin, panStartMax, in addSpeech()
390 int panStartMin, int panStartMax, in addSoundByName() argument
421 track.panStartMin = panStartMin; in addSoundByName()
450 track.panStartMin = 0; in removeNonLoopingSoundByIndex()
492 f.writeInt(track.panStartMin); in save()
[all …]
H A Dambient_sounds.h54 int panStartMin; member
86 int panStartMin, int panStartMax,
97 int panStartMin, int panStartMax,
130 int panStartMin, int panStartMax,
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dambient_sounds.cpp80 int panStartMin, int panStartMax, in addSound() argument
89 sort(&panStartMin, &panStartMax); in addSound()
96 panStartMin, panStartMax, in addSound()
122 sort(&panStartMin, &panStartMax); in addSpeech()
129 panStartMin, panStartMax, in addSpeech()
321 int panStartMin, int panStartMax, in addSoundByName() argument
338 sort(&panStartMin, &panStartMax); in addSoundByName()
352 track.panStartMin = panStartMin; in addSoundByName()
404 f.writeInt(track.panStartMin); in save()
451 track.panStartMin = f.readInt(); in load()
[all …]
H A Dambient_sounds.h52 int panStartMin; member
82 int panStartMin, int panStartMax,
93 int panStartMin, int panStartMax,
126 int panStartMin, int panStartMax,
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/script/
H A Dscript.h185 …xId, uint32 timeMin, uint32 timeMax, int volumeMin, int volumeMax, int panStartMin, int panStartMa…
187 …eId, uint32 timeMin, uint32 timeMax, int volumeMin, int volumeMax, int panStartMin, int panStartMa…
H A Dscript.cpp1200 …xId, uint32 timeMin, uint32 timeMax, int volumeMin, int volumeMax, int panStartMin, int panStartMa… in Ambient_Sounds_Add_Sound() argument
1201 …, %d, %d, %d, %d, %d)", sfxId, timeMin, timeMax, volumeMin, volumeMax, panStartMin, panStartMax, p… in Ambient_Sounds_Add_Sound()
1202 …_vm->_ambientSounds->addSound(sfxId, timeMin, timeMax, volumeMin, volumeMax, panStartMin, panStart… in Ambient_Sounds_Add_Sound()
1210 …eId, uint32 timeMin, uint32 timeMax, int volumeMin, int volumeMax, int panStartMin, int panStartMa… in Ambient_Sounds_Add_Speech_Sound() argument
1211 …%d, %d)", actorId, sentenceId, timeMin, timeMax, volumeMin, volumeMax, panStartMin, panStartMax, p… in Ambient_Sounds_Add_Speech_Sound()
1212 …addSpeech(actorId, sentenceId, timeMin, timeMax, volumeMin, volumeMax, panStartMin, panStartMax, p… in Ambient_Sounds_Add_Speech_Sound()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/script/
H A Dscript.h189 …yMinSeconds, uint32 delayMaxSeconds, int volumeMin, int volumeMax, int panStartMin, int panStartMa…
191 …yMinSeconds, uint32 delayMaxSeconds, int volumeMin, int volumeMax, int panStartMin, int panStartMa…
H A Dscript.cpp1231 …yMinSeconds, uint32 delayMaxSeconds, int volumeMin, int volumeMax, int panStartMin, int panStartMa… in Ambient_Sounds_Add_Sound() argument
1232 …, %d)", sfxId, delayMinSeconds, delayMaxSeconds, volumeMin, volumeMax, panStartMin, panStartMax, p… in Ambient_Sounds_Add_Sound()
1233 …ddSound(sfxId, delayMinSeconds, delayMaxSeconds, volumeMin, volumeMax, panStartMin, panStartMax, p… in Ambient_Sounds_Add_Sound()
1241 …yMinSeconds, uint32 delayMaxSeconds, int volumeMin, int volumeMax, int panStartMin, int panStartMa… in Ambient_Sounds_Add_Speech_Sound() argument
1242 …d, sentenceId, delayMinSeconds, delayMaxSeconds, volumeMin, volumeMax, panStartMin, panStartMax, p… in Ambient_Sounds_Add_Speech_Sound()
1243 …d, sentenceId, delayMinSeconds, delayMaxSeconds, volumeMin, volumeMax, panStartMin, panStartMax, p… in Ambient_Sounds_Add_Speech_Sound()