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

Method setValueAsync

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

Source from the content-addressed store, hash-verified

1026}
1027
1028void Parameter::setValueAsync(double newValue)
1029{
1030 if (dynamicParameter != nullptr)
1031 {
1032 DspNetwork::NoVoiceSetter nvs(*parent->getRootNetwork());
1033 dynamicParameter->call(newValue);
1034 }
1035}
1036
1037juce::var Parameter::getRangeObject() const
1038{

Callers 7

sendValueMethod · 0.80
setParameterStaticMethod · 0.80
setParameterMethod · 0.80
prepareMethod · 0.80
compileMethod · 0.80
setInternalAttributeMethod · 0.80

Calls 2

getRootNetworkMethod · 0.80
callMethod · 0.45

Tested by

no test coverage detected