Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetModuleDimensions
Method
GetModuleDimensions
Source/RadioSequencer.cpp:339–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
void RadioSequencer::GetModuleDimensions(float& width, float& height)
340
{
341
width = mGrid->GetWidth() + extraW;
342
height = mGrid->GetHeight() + extraH;
343
}
344
345
void RadioSequencer::Resize(float w, float h)
346
{
Callers
nothing calls this directly
Calls
2
GetWidth
Method · 0.45
GetHeight
Method · 0.45
Tested by
no test coverage detected