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

Method envelopeTimeInSfxrUnits

src/extended/SfxrNode.cpp:1127–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1125}
1126
1127float SfxrNode::envelopeTimeInSfxrUnits(float p)
1128{
1129 return sqrtf(p * 44100.0f / 100000.0f);
1130}
1131
1132const float vibMagic = 44100 * 10 / 64.0f;
1133float SfxrNode::vibratoInSfxrUnits(float hz)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected