| 375 | } |
| 376 | |
| 377 | int StepSequencer::GetGridControllerRows() |
| 378 | { |
| 379 | if (mGridControlTarget->GetGridController()) |
| 380 | return mGridControlTarget->GetGridController()->NumRows(); |
| 381 | if (mPush2Connected) |
| 382 | return 8; |
| 383 | return 8; |
| 384 | } |
| 385 | |
| 386 | int StepSequencer::GetGridControllerCols() |
| 387 | { |
nothing calls this directly
no test coverage detected