Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ getTextBufFloat
Function
getTextBufFloat
examples/Info/InfoExampleUI.cpp:235–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
const char* getTextBufFloat(const float value)
236
{
237
std::snprintf(fStrBuf, 0xff,
"%.1f"
, value);
238
return fStrBuf;
239
}
240
241
const char* getTextBufFloatExtra(const float value)
242
{
Callers
1
onNanoDisplay
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected