mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-01 08:53:02 +00:00
GUI: piano note input
This commit is contained in:
parent
72645e9e13
commit
63d09c0f54
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ void FurnaceGUI::drawPiano() {
|
||||||
e->synchronized([this,note]() {
|
e->synchronized([this,note]() {
|
||||||
e->autoNoteOn(-1,curIns,note);
|
e->autoNoteOn(-1,curIns,note);
|
||||||
});
|
});
|
||||||
|
if (edit) noteInput(note,0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue