| 789 | } |
| 790 | |
| 791 | bool StepSequencer::HasGridController() |
| 792 | { |
| 793 | if (mPush2Connected) |
| 794 | return true; |
| 795 | return mGridControlTarget->GetGridController() != nullptr && mGridControlTarget->GetGridController()->IsConnected(); |
| 796 | } |
| 797 | |
| 798 | void StepSequencer::RandomizeRow(int row) |
| 799 | { |
nothing calls this directly
no test coverage detected