| 237 | } |
| 238 | |
| 239 | int TrimSelection::timeToSample(double time) const { |
| 240 | return static_cast<int>(time * mSampleRate); |
| 241 | } |
| 242 | |
| 243 | void TrimSelection::MarkerMouseDragged(PointMarker& marker, const juce::MouseEvent& e) { |
| 244 | const double x = xPositionToTime(e.getEventRelativeTo(this).position.x); |
nothing calls this directly
no outgoing calls
no test coverage detected