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

Method getValue

hi_scripting/scripting/scriptnode/api/NodeBase.cpp:1003–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001
1002
1003double Parameter::getValue() const
1004{
1005 if(dynamicParameter != nullptr)
1006 return dynamicParameter->getDisplayValue();
1007
1008 return (double)data[PropertyIds::Value];
1009}
1010
1011void Parameter::setDynamicParameter(parameter::dynamic_base::Ptr ownedNew)
1012{

Callers 15

onNoteOnMethod · 0.45
onNoteOffMethod · 0.45
onTimerMethod · 0.45
onControllerFunction · 0.45
onNoteOffFunction · 0.45
onControlFunction · 0.45
restoreFromValueTreeMethod · 0.45
getControlValueMethod · 0.45
controlCallbackMethod · 0.45
EditorMethod · 0.45
createComponentMethod · 0.45

Calls 1

getDisplayValueMethod · 0.45

Tested by

no test coverage detected