| 137 | } |
| 138 | |
| 139 | float PianoRoll::_timeToPixel(float inTime) const |
| 140 | { |
| 141 | return inTime * static_cast<float>(mBaseNumPixelsPerSecond * mZoomLevel); |
| 142 | } |
| 143 | |
| 144 | float PianoRoll::_pixelToTime(float inPixel) const |
| 145 | { |
nothing calls this directly
no outgoing calls
no test coverage detected