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

Method Resize

Source/NoteStepSequencer.cpp:1030–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028}
1029
1030void NoteStepSequencer::Resize(float w, float h)
1031{
1032 mGrid->SetDimensions(MAX(w - ExtraWidth(), 210), MAX(h - ExtraHeight(), 80));
1033 UpdateVelocityGridPos();
1034}
1035
1036void NoteStepSequencer::UpdateVelocityGridPos()
1037{

Callers

nothing calls this directly

Calls 1

SetDimensionsMethod · 0.45

Tested by

no test coverage detected