| 167 | } |
| 168 | |
| 169 | float PianoRoll::_noteTopY(int inNote) const |
| 170 | { |
| 171 | return _noteBottomY(inNote) - _getNoteWidth(inNote); |
| 172 | } |
| 173 | |
| 174 | float PianoRoll::_noteBottomY(int inNote) const |
| 175 | { |
nothing calls this directly
no outgoing calls
no test coverage detected