MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / processBlock

Method processBlock

source/state/dummy_processor.hpp:29–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 bool isBusesLayoutSupported(const BusesLayout&) const override { return true; }
28
29 void processBlock(juce::AudioBuffer<float>&, juce::MidiBuffer&) override {
30 }
31
32 void processBlock(juce::AudioBuffer<double>&, juce::MidiBuffer&) override {
33 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected