| 98 | } |
| 99 | |
| 100 | void NoteStreamDisplay::DrawModuleUnclipped() |
| 101 | { |
| 102 | if (mDrawDebug) |
| 103 | { |
| 104 | DrawTextNormal(mDebugDisplayText, mWidth + 10, 0); |
| 105 | } |
| 106 | } |
| 107 | |
| 108 | float NoteStreamDisplay::GetYPos(int pitch, float noteHeight) const |
| 109 | { |
nothing calls this directly
no test coverage detected