| 183 | } |
| 184 | |
| 185 | float PianoRoll::_getNoteWidth(int inNote) const |
| 186 | { |
| 187 | return _isWhiteKey(inNote) ? mKeyboard.getKeyWidth() : mKeyboard.getBlackNoteWidth(); |
| 188 | } |
| 189 | |
| 190 | void PianoRoll::_drawBeatVerticalLines(Graphics& g) const |
| 191 | { |
nothing calls this directly
no outgoing calls
no test coverage detected