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

Method isPolyphonic

hi_scripting/scripting/scriptnode/nodes/NodeContainer.cpp:290–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290bool NodeContainer::isPolyphonic() const
291{
292
293 if (auto n = dynamic_cast<NodeContainer*>(asNode()->getParentNode()))
294 {
295 return n->isPolyphonic();
296 }
297 else
298 return asNode()->getRootNetwork()->isPolyphonic();
299}
300
301void NodeContainer::assign(const int index, var newValue)
302{

Callers 1

Calls 2

getRootNetworkMethod · 0.80
getParentNodeMethod · 0.45

Tested by

no test coverage detected