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

Method envelopeTimeInSeconds

src/extended/SfxrNode.cpp:1122–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1120const float OVERSAMPLING = 8.0f;
1121
1122float SfxrNode::envelopeTimeInSeconds(float p)
1123{
1124 return p * p * 100000.0f / 44100.0f;
1125}
1126
1127float SfxrNode::envelopeTimeInSfxrUnits(float p)
1128{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected