| 289 | } |
| 290 | |
| 291 | int PlaySequencer::GetStep(double time) |
| 292 | { |
| 293 | int step = TheTransport->GetSyncedStep(time, this, mTransportListenerInfo, mGrid->GetCols()); |
| 294 | return step; |
| 295 | } |
| 296 | |
| 297 | void PlaySequencer::UpdateInterval() |
| 298 | { |
nothing calls this directly
no test coverage detected