Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ vibratoInHz
Method
vibratoInHz
src/extended/SfxrNode.cpp:1139–1143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1137
return sqrt(ret);
1138
}
1139
float SfxrNode::vibratoInHz(float sfxr)
1140
{
1141
float ret = vibMagic * sqr(sfxr) / 100;
1142
return ret;
1143
}
1144
1145
float SfxrNode::frequencyInSfxrUnits(float p)
1146
{
Callers
nothing calls this directly
Calls
1
sqr
Function · 0.85
Tested by
no test coverage detected