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

Method processGraphAsBlock

src/noise-plethora/plugins/P_TestPlugin.hpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void processGraphAsBlock(TeensyBuffer& blockBuffer) override {
58
59 // waveformMod1
60 waveform1.update(nullptr, nullptr, &waveformOut);
61 blockBuffer.pushBuffer(waveformOut.data, AUDIO_BLOCK_SAMPLES);
62 }
63
64 AudioStream& getStream() override {
65 return waveform1;

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected