Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetModuleDimensions
Method
GetModuleDimensions
Source/PlaySequencer.cpp:545–549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
void PlaySequencer::GetModuleDimensions(float& width, float& height)
546
{
547
width = mGrid->GetWidth() + extraW;
548
height = mGrid->GetHeight() + extraH;
549
}
550
551
void PlaySequencer::Resize(float w, float h)
552
{
Callers
nothing calls this directly
Calls
2
GetWidth
Method · 0.45
GetHeight
Method · 0.45
Tested by
no test coverage detected