Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ timeDiff
Method
timeDiff
Source/MidiClockIn.h:64–67 ·
view source on GitHub ↗
Return the difference in filtered time (mT1 - mT0) */
Source
from the content-addressed store, hash-verified
62
63
/** Return the difference in filtered time (mT1 - mT0) */
64
inline double timeDiff()
65
{
66
return (mT1 - mT0);
67
}
68
69
private:
70
double mE2{ 0 };
Callers
1
OnMidi
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected