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

Method _noteTopY

NeuralNote/Source/Components/PianoRoll.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169float PianoRoll::_noteTopY(int inNote) const
170{
171 return _noteBottomY(inNote) - _getNoteWidth(inNote);
172}
173
174float PianoRoll::_noteBottomY(int inNote) const
175{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected