MCPcopy Create free account
hub / github.com/DISTRHO/DPF / getTextBufInt

Function getTextBufInt

examples/Info/InfoExampleUI.cpp:229–233  ·  view source on GitHub ↗

helpers for putting text into fStrBuf and returning it

Source from the content-addressed store, hash-verified

227
228 // helpers for putting text into fStrBuf and returning it
229 const char* getTextBufInt(const int value)
230 {
231 std::snprintf(fStrBuf, 0xff, "%i", value);
232 return fStrBuf;
233 }
234
235 const char* getTextBufFloat(const float value)
236 {

Callers 1

onNanoDisplayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected