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

Method getFactoryList

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

Source from the content-addressed store, hash-verified

434}
435
436juce::StringArray DspNetwork::getFactoryList() const
437{
438 StringArray sa;
439
440 for (auto nf : nodeFactories)
441 {
442 if (nf->getModuleList().isEmpty())
443 continue;
444
445 sa.add(nf->getId().toString());
446 }
447
448
449 return sa;
450}
451
452var DspNetwork::getAssignedValue(int index) const
453{

Callers 1

TagListMethod · 0.80

Calls 5

isEmptyMethod · 0.45
getModuleListMethod · 0.45
addMethod · 0.45
toStringMethod · 0.45
getIdMethod · 0.45

Tested by

no test coverage detected