MCPcopy 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
54float TriggerDetector::GetValue()
55{
56 return mHistory.GetSample(1, 0);
57}
58
59bool TriggerDetector::CheckTriggered()
60{

Callers

nothing calls this directly

Calls 1

GetSampleMethod · 0.45

Tested by

no test coverage detected