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