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

Method isMidiEffect

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

Source from the content-addressed store, hash-verified

43 bool producesMidi() const override { return false; }
44
45 bool isMidiEffect() const override { return false; }
46
47 double getTailLengthSeconds() const override { return 0; }
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected