| 172 | } |
| 173 | |
| 174 | float PianoRoll::_noteBottomY(int inNote) const |
| 175 | { |
| 176 | return static_cast<float>(getHeight()) - mKeyboard.getKeyStartPosition(inNote); |
| 177 | } |
| 178 | |
| 179 | bool PianoRoll::_isWhiteKey(int inNote) |
| 180 | { |
nothing calls this directly
no outgoing calls
no test coverage detected