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

Method getCurrentFullExpansion

hi_scripting/scripting/api/ScriptExpansion.cpp:2233–2239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2231}
2232
2233Expansion* FullInstrumentExpansion::getCurrentFullExpansion(const MainController* mc)
2234{
2235 if (!isEnabled(mc))
2236 return nullptr;
2237
2238 return mc->getExpansionHandler().getCurrentExpansion();
2239}
2240
2241void FullInstrumentExpansion::expansionPackLoaded(Expansion* e)
2242{

Callers

nothing calls this directly

Calls 1

getCurrentExpansionMethod · 0.45

Tested by

no test coverage detected