| 653 | } |
| 654 | |
| 655 | int StepSequencer::GetNumSteps(NoteInterval interval, int numMeasures) const |
| 656 | { |
| 657 | return TheTransport->CountInStandardMeasure(interval) * TheTransport->GetTimeSigTop() / TheTransport->GetTimeSigBottom() * numMeasures; |
| 658 | } |
| 659 | |
| 660 | int StepSequencer::GetStepNum(double time) |
| 661 | { |
nothing calls this directly
no test coverage detected