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

Method getMacroNames

hi_scripting/scripting/api/ScriptingApiContent.cpp:6896–6906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6894
6895
6896juce::StringArray ScriptingApi::Content::getMacroNames()
6897{
6898 StringArray macroNames;
6899
6900 if (components.size() != 0)
6901 {
6902 macroNames = components[0]->getOptionsFor(components[0]->getIdFor(ScriptComponent::macroControl));
6903 }
6904
6905 return macroNames;
6906}
6907
6908
6909void ScriptingApi::Content::restoreAllControlsFromPreset(const String &fileName)

Callers

nothing calls this directly

Calls 3

getIdForMethod · 0.80
sizeMethod · 0.45
getOptionsForMethod · 0.45

Tested by

no test coverage detected