MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetModuleDimensions

Method GetModuleDimensions

Source/PulseRouter.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void PulseRouter::GetModuleDimensions(float& width, float& height)
112{
113 float w, h;
114 mRouteSelector->GetDimensions(w, h);
115 width = 20 + w;
116 height = 8 + h;
117}
118
119void PulseRouter::LoadLayout(const ofxJSONElement& moduleInfo)
120{

Callers

nothing calls this directly

Calls 1

GetDimensionsMethod · 0.45

Tested by

no test coverage detected