Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
502
const String getTimestamp(const MidiMessage &m)
503
{
504
return (String::formatted (
" Time(%.6f)"
, m.getTimeStamp()));
505
}
506
507
const String getTimestamp(const double t)
508
{
Callers
3
getMidiMessageAsLogString
Function · 0.85
getTimestamp
Method · 0.85
calculateLatencyMillis
Method · 0.85
Calls
1
formatted
Function · 0.85
Tested by
no test coverage detected