Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetValue
Method
GetValue
Source/TriggerDetector.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
float TriggerDetector::GetValue()
55
{
56
return mHistory.GetSample(1, 0);
57
}
58
59
bool TriggerDetector::CheckTriggered()
60
{
Callers
nothing calls this directly
Calls
1
GetSample
Method · 0.45
Tested by
no test coverage detected