Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
void LayoutBase::MemoryLayoutItem::resetToDefaultValue(uint8* dataStart)
187
{
188
write(dataStart, defaultValue, nullptr);
189
}
190
191
int LayoutBase::MemoryLayoutItem::getByteSize() const
192
{
Callers
2
init
Method · 0.80
clear
Method · 0.80
Calls
1
write
Function · 0.50
Tested by
no test coverage detected