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

Method handleHiseEvent

hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:512–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512void DspNetwork::handleHiseEvent(HiseEvent& e)
513{
514 if (projectNodeHolder.isActive())
515 projectNodeHolder.n.handleHiseEvent(e);
516 else
517 getRootNode()->handleHiseEvent(e);
518}
519
520void DspNetwork::process(AudioSampleBuffer& b, HiseEventBuffer* e)
521{

Callers

nothing calls this directly

Calls 1

isActiveMethod · 0.45

Tested by

no test coverage detected