| 384 | } |
| 385 | |
| 386 | int StepSequencer::GetGridControllerCols() |
| 387 | { |
| 388 | if (mGridControlTarget->GetGridController()) |
| 389 | return mGridControlTarget->GetGridController()->NumCols(); |
| 390 | if (mPush2Connected) |
| 391 | return 8; |
| 392 | return 8; |
| 393 | } |
| 394 | |
| 395 | Vec2i StepSequencer::ControllerToGrid(const Vec2i& controller) |
| 396 | { |
nothing calls this directly
no test coverage detected