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

Method _noteBottomY

NeuralNote/Source/Components/PianoRoll.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174float PianoRoll::_noteBottomY(int inNote) const
175{
176 return static_cast<float>(getHeight()) - mKeyboard.getKeyStartPosition(inNote);
177}
178
179bool PianoRoll::_isWhiteKey(int inNote)
180{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected