| 535 | } |
| 536 | |
| 537 | void StepSequencer::GetModuleDimensions(float& width, float& height) |
| 538 | { |
| 539 | width = mGrid->GetWidth() + 45; |
| 540 | if (mAdjustOffsets) |
| 541 | width += 100; |
| 542 | height = mGrid->GetHeight() + 50; |
| 543 | } |
| 544 | |
| 545 | void StepSequencer::Resize(float w, float h) |
| 546 | { |