MCPcopy 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
53static bool isValidNumber(float x)
54{
55 return !std::isnan(x) && !std::isinf(x);
56}
57
58void AudioParamTimeline::insertEvent(const ParamEvent & event)
59{

Callers 1

insertEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected