| 1125 | } |
| 1126 | |
| 1127 | float SfxrNode::envelopeTimeInSfxrUnits(float p) |
| 1128 | { |
| 1129 | return sqrtf(p * 44100.0f / 100000.0f); |
| 1130 | } |
| 1131 | |
| 1132 | const float vibMagic = 44100 * 10 / 64.0f; |
| 1133 | float SfxrNode::vibratoInSfxrUnits(float hz) |
nothing calls this directly
no outgoing calls
no test coverage detected