We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e144d2 commit 8b6ac51Copy full SHA for 8b6ac51
1 file changed
Applications/Note/NotePad.cpp
@@ -391,7 +391,7 @@ bool NotePad::RenderColorPerKey(Point origin) {
391
if (note == 255) {
392
MatrixOS::LED::SetColor(globalPos, Color(0));
393
}
394
- else if (IsNoteActive(note)) { // If find the note is currently active. Show it as white
+ else if (IsNoteActive(note) || rt->midiPipeline.IsNoteActive(note)) { // If find the note is currently active. Show it as white
395
MatrixOS::LED::SetColor(globalPos, Color::White);
396
397
else {
0 commit comments