MCPcopy 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
545void PlaySequencer::GetModuleDimensions(float& width, float& height)
546{
547 width = mGrid->GetWidth() + extraW;
548 height = mGrid->GetHeight() + extraH;
549}
550
551void PlaySequencer::Resize(float w, float h)
552{

Callers

nothing calls this directly

Calls 2

GetWidthMethod · 0.45
GetHeightMethod · 0.45

Tested by

no test coverage detected