MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / sound_setPan

Function sound_setPan

TheForceEngine/TFE_DarkForces/sound.cpp:265–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 void sound_setPan(SoundEffectId id, s32 pan)
266 {
267 if (id)
268 {
269 ImSetParam(id, soundPan, (pan + 64) & 0x7f);
270 }
271 }
272
273 void sound_pitchShift(SoundEffectId soundId, s32 shift)
274 {

Callers 3

sound_playCuedFunction · 0.85
sound_adjustCuedFunction · 0.85
sound_maintainFunction · 0.85

Calls 1

ImSetParamFunction · 0.85

Tested by

no test coverage detected