MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / setEffectCallback

Method setEffectCallback

src/engine/AudioEngine.cpp:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251void Xaudio2Effect::setPan(float pan) { if (sample) applyPan(pan, voice, sample->nchannels); }
252bool Xaudio2Effect::setEmitterTransform(donut::math::affine3 const & transform) { return false; }
253void Xaudio2Effect::setEffectCallback(EffectCallback const & cb) { callback = cb; }
254
255float Xaudio2Effect::played()
256{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected