| 784 | } |
| 785 | |
| 786 | bool StepSequencer::IsMetaStepActive(double time, int col, int row) |
| 787 | { |
| 788 | return mMetaStepMasks[GetMetaStepMaskIndex(col, row)] & (1 << GetMetaStep(time)) && row < mNumRows; |
| 789 | } |
| 790 | |
| 791 | bool StepSequencer::HasGridController() |
| 792 | { |