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

Method setMaxDecibels

src/core/AnalyserNode.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void AnalyserNode::setMaxDecibels(double k)
118{
119 _detail->_maxDecibels->setFloat(static_cast<float>(k));
120}
121double AnalyserNode::maxDecibels() const
122{
123 return _detail->m_analyser->maxDecibels();

Callers 1

shared_constructionMethod · 0.45

Calls 1

setFloatMethod · 0.80

Tested by

no test coverage detected