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

Method Panner

src/internal/Panner.h:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{
20public:
21 Panner(const float sampleRate, PanningModel mode) : m_sampleRate(sampleRate) , m_panningModel(mode) {}
22 virtual ~Panner() {};
23 PanningModel panningModel() const { return m_panningModel; }
24 virtual void pan(ContextRenderLock & r,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected