Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Befaco
/ PingableClock
Method
PingableClock
src/Burst.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
float tempo = 0.5f; // actual current tempo of clock
16
17
PingableClock() {
18
clockTimer.trigger(tempo);
19
}
20
21
void process(bool pingRecieved, float sampleTime) {
22
timer.process(sampleTime);
Callers
nothing calls this directly
Calls
1
trigger
Method · 0.45
Tested by
no test coverage detected