MCPcopy 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
339void RadioSequencer::GetModuleDimensions(float& width, float& height)
340{
341 width = mGrid->GetWidth() + extraW;
342 height = mGrid->GetHeight() + extraH;
343}
344
345void RadioSequencer::Resize(float w, float h)
346{

Callers

nothing calls this directly

Calls 2

GetWidthMethod · 0.45
GetHeightMethod · 0.45

Tested by

no test coverage detected