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

Method reset

src/internal/src/HRTFPanner.cpp:603–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603void HRTFPanner::reset()
604{
605 m_convolverL1.reset();
606 m_convolverR1.reset();
607 m_convolverL2.reset();
608 m_convolverR2.reset();
609 m_delayLineL.reset();
610 m_delayLineR.reset();
611}
612
613int HRTFPanner::calculateDesiredAzimuthIndexAndBlend(double azimuth, double & azimuthBlend)
614{

Callers 3

HRTFDatabaseMethod · 0.45
~HRTFDatabaseLoaderMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected