Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Befaco
/ ~Quantizer
Method
~Quantizer
src/random8_core/quantizer.cpp:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
Quantizer::Quantizer() { SetScale(1); }
6
7
Quantizer::~Quantizer() {}
8
9
void Quantizer::SetScale(uint8_t scale) {
10
if (scale < scaleCount) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected