GUI: piano note input

This commit is contained in:
tildearrow 2022-05-17 15:28:27 -05:00
parent 72645e9e13
commit 63d09c0f54

View file

@ -285,6 +285,7 @@ void FurnaceGUI::drawPiano() {
e->synchronized([this,note]() {
e->autoNoteOn(-1,curIns,note);
});
if (edit) noteInput(note,0);
}
}
}