MCPcopy Create free account
hub / github.com/christophhart/HISE / getChildProcessor

Function getChildProcessor

hi_scripting/scripting/ScriptProcessorModules.h:705–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703 bool isSuspendedOnSilence() const override;
704
705 Processor *getChildProcessor(int /*processorIndex*/) override { return nullptr; };
706 const Processor *getChildProcessor(int /*processorIndex*/) const override { return nullptr; };
707
708 int getNumInternalChains() const override { return 0; };

Callers 1

getChildProcessorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected