| 666 | } |
| 667 | |
| 668 | void StepSequencer::OnTimeEvent(double time) |
| 669 | { |
| 670 | if (!mHasExternalPulseSource) |
| 671 | Step(time, 1, 0); |
| 672 | } |
| 673 | |
| 674 | void StepSequencer::Step(double time, float velocity, int pulseFlags) |
| 675 | { |
nothing calls this directly
no test coverage detected