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

Method GetModuleDimensions

Source/AudioRouter.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void AudioRouter::GetModuleDimensions(float& width, float& height)
133{
134 float w, h;
135 mRouteSelector->GetDimensions(w, h);
136 width = 10 + w;
137 height = 8 + h;
138}
139
140void AudioRouter::RadioButtonUpdated(RadioButton* radio, int oldVal, double time)
141{

Callers

nothing calls this directly

Calls 1

GetDimensionsMethod · 0.45

Tested by

no test coverage detected