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

Method getNumParameters

hi_scripting/scripting/api/DspInstance.cpp:377–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376
377var DspInstance::getNumParameters() const
378{
379 if (object != nullptr)
380 {
381 return object->getNumParameters();
382 }
383
384 return 0;
385}
386
387
388var DspInstance::getNumConstants() const

Callers 15

setParameterMethod · 0.45
getInfoMethod · 0.45
ScriptingModulatorMethod · 0.45
getCachedIndexMethod · 0.45
getNumAttributesMethod · 0.45
ScriptingEffectMethod · 0.45
ScriptingSlotFXMethod · 0.45
ScriptingSynthMethod · 0.45

Calls

no outgoing calls

Tested by 1

resetMethod · 0.36