Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
377
var DspInstance::getNumParameters() const
378
{
379
if (object != nullptr)
380
{
381
return object->getNumParameters();
382
}
383
384
return 0;
385
}
386
387
388
var DspInstance::getNumConstants() const
Callers
15
setParameter
Method · 0.45
getInfo
Method · 0.45
addModuleParameterSyncer
Method · 0.45
ScriptingModulator
Method · 0.45
getCachedIndex
Method · 0.45
getNumAttributes
Method · 0.45
ScriptingEffect
Method · 0.45
ScriptingSlotFX
Method · 0.45
ScriptingSynth
Method · 0.45
ScriptingMidiProcessor
Method · 0.45
ScriptingAudioSampleProcessor
Method · 0.45
ScriptingTableProcessor
Method · 0.45
Calls
no outgoing calls
Tested by
1
reset
Method · 0.36