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

Function getAttribute

hi_scripting/scripting/ScriptProcessorModules.h:210–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 Path getSpecialSymbol() const override;
209
210 float getAttribute(int index) const override { return getControlValue(index); }
211 void setInternalAttribute(int index, float newValue) override { setControlValue(index, newValue); }
212
213 ValueTree exportAsValueTree() const override { ValueTree v = VoiceStartModulator::exportAsValueTree(); saveContent(v); saveScript(v); return v; }

Callers 1

getAttributeMethod · 0.70

Calls 1

getParameterMethod · 0.45

Tested by

no test coverage detected