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

Method createDspNetwork

hi_scripting/scripting/api/ScriptingApi.cpp:2387–2396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2385
2386
2387var ScriptingApi::Engine::createDspNetwork(String id)
2388{
2389 if (auto holder = dynamic_cast<scriptnode::DspNetwork::Holder*>(getScriptProcessor()))
2390 {
2391 return holder->getOrCreate(id);
2392 }
2393
2394 reportScriptError("Not available on this script processor");
2395 RETURN_IF_NO_THROW({});
2396}
2397
2398var ScriptingApi::Engine::createExpansionHandler()
2399{

Callers

nothing calls this directly

Calls 1

getOrCreateMethod · 0.45

Tested by

no test coverage detected