Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Befaco
/ ClockMode
Enum
ClockMode
src/SamplingModulator.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
};
38
39
enum ClockMode {
40
CLOCK_EXTERNAL,
41
CLOCK_INTERNAL
42
};
43
44
int numEffectiveSteps = numSteps;
45
int currentStep = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected