Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ isValidNumber
Function
isValidNumber
src/core/AudioParamTimeline.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
static bool isValidNumber(float x)
54
{
55
return !std::isnan(x) && !std::isinf(x);
56
}
57
58
void AudioParamTimeline::insertEvent(const ParamEvent & event)
59
{
Callers
1
insertEvent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected