We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6985b90 commit 3811d06Copy full SHA for 3811d06
1 file changed
Applications/Sequencer/Sequencer.cpp
@@ -626,6 +626,7 @@ void Sequencer::LayoutSelector()
626
MatrixOS::LED::SetColor(origin + Point(7, 2), drumColor);
627
MatrixOS::LED::SetColor(origin + Point(7, 3), drumColor);
628
});
629
+ drmTextDisplay.SetDisableOnTap(false);
630
drmTextDisplay.SetEnableFunc([&]() -> bool {
631
return (meta.tracks[track].mode == SequenceTrackMode::DrumTrack) && (noteMapTesting == false);
632
0 commit comments