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

Method getGlobalRoutingManager

hi_scripting/scripting/api/ScriptingApi.cpp:2438–2441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2436}
2437
2438juce::var ScriptingApi::Engine::getGlobalRoutingManager()
2439{
2440 return var(new ScriptingObjects::GlobalRoutingManagerReference(getScriptProcessor()));
2441}
2442
2443juce::var ScriptingApi::Engine::getLorisManager()
2444{

Callers 7

getOrCreateMethod · 0.45
DebugComponentMethod · 0.45
DspNetworkMethod · 0.45
connectToGlobalCablesMethod · 0.45
createCollectionMethod · 0.45

Calls 1

varFunction · 0.85

Tested by

no test coverage detected