MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / resonate

Method resonate

extlibs/soloud/src/audiosource/vizsn/soloud_vizsn.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191namespace SoLoud
192{
193 float VizsnResonator::resonate(float i)
194 {
195 float x = (a * i) + (b * p1) + (c * p2);
196 p2 = p1;
197 p1 = x;
198 return x;
199 }
200
201 float VizsnResonator::antiresonate(float i)
202 {

Callers 1

genwaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected