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

Method getEmbeddedNetwork

hi_scripting/scripting/scriptnode/api/NodeBase.cpp:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543scriptnode::DspNetwork* NodeBase::getEmbeddedNetwork()
544{
545 return static_cast<DspNetwork*>(embeddedNetwork.get());
546}
547
548const scriptnode::DspNetwork* NodeBase::getEmbeddedNetwork() const
549{

Callers 7

restoreNetworksMethod · 0.45
NodeComponentMethod · 0.45
EmbeddedNetworkBarMethod · 0.45
unfreezeNodeMethod · 0.45
toggleFreezeMethod · 0.45
addButtonMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected