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

Method getNumAttributes

hi_scripting/scripting/api/ScriptingApiObjects.cpp:2818–2826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2816}
2817
2818int ScriptingObjects::ScriptingModulator::getNumAttributes() const
2819{
2820 if (checkValidObject())
2821 {
2822 return mod->getNumParameters();
2823 }
2824
2825 return 0;
2826}
2827
2828void ScriptingObjects::ScriptingModulator::setBypassed(bool shouldBeBypassed)
2829{

Callers

nothing calls this directly

Calls 1

getNumParametersMethod · 0.45

Tested by

no test coverage detected