Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ ofToFloat
Function
ofToFloat
Source/OpenFrameworksPort.cpp:317–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
float ofToFloat(const std::string& floatString)
318
{
319
String str(floatString);
320
return str.getFloatValue();
321
}
322
323
double ofToDouble(const std::string& doubleString)
324
{
Callers
3
ReadEchonestLine
Method · 0.85
AcceptEntry
Method · 0.85
Poll
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected