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

Method Resize

Source/PulseSequence.cpp:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void PulseSequence::Resize(float w, float h)
212{
213 mWidth = MAX(w, 254);
214 mHeight = MAX(h, 58);
215 mVelocityGrid->SetDimensions(mWidth - 6, mHeight - 38);
216}
217
218void PulseSequence::MouseReleased()
219{

Callers

nothing calls this directly

Calls 1

SetDimensionsMethod · 0.45

Tested by

no test coverage detected