Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
543
scriptnode::DspNetwork* NodeBase::getEmbeddedNetwork()
544
{
545
return static_cast<DspNetwork*>(embeddedNetwork.get());
546
}
547
548
const scriptnode::DspNetwork* NodeBase::getEmbeddedNetwork() const
549
{
Callers
7
restoreNetworks
Method · 0.45
NodeComponent
Method · 0.45
createRectangleForParameterSliders
Method · 0.45
EmbeddedNetworkBar
Method · 0.45
unfreezeNode
Method · 0.45
toggleFreeze
Method · 0.45
addButton
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected