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

Method resetToDefaultValue

hi_scripting/scripting/api/FixLayoutObjects.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void LayoutBase::MemoryLayoutItem::resetToDefaultValue(uint8* dataStart)
187{
188 write(dataStart, defaultValue, nullptr);
189}
190
191int LayoutBase::MemoryLayoutItem::getByteSize() const
192{

Callers 2

initMethod · 0.80
clearMethod · 0.80

Calls 1

writeFunction · 0.50

Tested by

no test coverage detected