MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / _getNoteWidth

Method _getNoteWidth

NeuralNote/Source/Components/PianoRoll.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185float PianoRoll::_getNoteWidth(int inNote) const
186{
187 return _isWhiteKey(inNote) ? mKeyboard.getKeyWidth() : mKeyboard.getBlackNoteWidth();
188}
189
190void PianoRoll::_drawBeatVerticalLines(Graphics& g) const
191{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected