MCPcopy Create free account
hub / github.com/VCVRack/Befaco / writeOutputs

Method writeOutputs

src/Random8.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387 }
388
389 void writeOutputs() {
390 for (int i = 0; i < NUM_CHANNELS; i++) {
391 outputs[OUT_OUTPUT + i].setVoltage(core.getOutputVolts(i));
392 }
393 }
394
395 void process(const ProcessArgs &args) override {
396 controlDt += args.sampleTime;

Callers

nothing calls this directly

Calls 1

getOutputVoltsMethod · 0.80

Tested by

no test coverage detected