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

Method getPolyHandler

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

Source from the content-addressed store, hash-verified

1283}
1284
1285PolyHandler* DspNetwork::getPolyHandler()
1286{
1287 if (auto pn = getParentNetwork())
1288 return pn->getPolyHandler();
1289
1290 return &polyHandler;
1291}
1292
1293const PolyHandler* DspNetwork::getPolyHandler() const
1294{

Callers 7

startVoiceMethod · 0.45
handleHiseEventMethod · 0.45
preHiseEventCallbackMethod · 0.45
calculateBlockMethod · 0.45
VoiceSetterMethod · 0.45
NoVoiceSetterMethod · 0.45
CHandlerMethod · 0.45

Calls

no outgoing calls

Tested by 1

CHandlerMethod · 0.36