| 142 | } |
| 143 | |
| 144 | float PianoRoll::_pixelToTime(float inPixel) const |
| 145 | { |
| 146 | return inPixel / static_cast<float>(mBaseNumPixelsPerSecond * mZoomLevel); |
| 147 | } |
| 148 | |
| 149 | std::pair<float, float> PianoRoll::_getNoteHeightAndWidthPianoRoll(int inNote) const |
| 150 | { |
nothing calls this directly
no outgoing calls
no test coverage detected