MCPcopy Create free account
hub / github.com/LabSound/LabSound / EqualPowerPanner

Method EqualPowerPanner

src/internal/src/EqualPowerPanner.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23{
24
25EqualPowerPanner::EqualPowerPanner(const float sampleRate)
26 : Panner(sampleRate, PanningModel::EQUALPOWER)
27{
28}
29
30void EqualPowerPanner::pan(ContextRenderLock & r,
31 double azimuth, double elevation,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected