MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getTimestamp

Function getTimestamp

Source/Core/CtrlrUtilities.cpp:502–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502const String getTimestamp(const MidiMessage &m)
503{
504 return (String::formatted (" Time(%.6f)", m.getTimeStamp()));
505}
506
507const String getTimestamp(const double t)
508{

Callers 3

getTimestampMethod · 0.85

Calls 1

formattedFunction · 0.85

Tested by

no test coverage detected