MCPcopy 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
311int ofToInt(const std::string& intString)
312{
313 String str(intString);
314 return str.getIntValue();
315}
316
317float ofToFloat(const std::string& floatString)
318{

Callers 5

oscMessageReceivedMethod · 0.85
AcceptEntryMethod · 0.85
UpdateUserDataFunction · 0.85
SaveMethod · 0.85
DiffersFromSavedValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected