MCPcopy 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

5Quantizer::Quantizer() { SetScale(1); }
6
7Quantizer::~Quantizer() {}
8
9void Quantizer::SetScale(uint8_t scale) {
10 if (scale < scaleCount) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected