Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ ofToInt
Function
ofToInt
Source/OpenFrameworksPort.cpp:311–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
int ofToInt(const std::string& intString)
312
{
313
String str(intString);
314
return str.getIntValue();
315
}
316
317
float ofToFloat(const std::string& floatString)
318
{
Callers
5
oscMessageReceived
Method · 0.85
AcceptEntry
Method · 0.85
UpdateUserData
Function · 0.85
Save
Method · 0.85
DiffersFromSavedValue
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected