GUI: finish some more TODOs

This commit is contained in:
tildearrow 2023-08-06 17:35:45 -05:00
parent a6ad79f686
commit 8ba6c4cf42
4 changed files with 4 additions and 11 deletions

View file

@ -381,7 +381,6 @@ void FurnaceGUI::drawPiano() {
pianoOptions=!pianoOptions;
}
// TODO: wave and sample preview
// first check released keys
for (int i=0; i<180; i++) {
int note=i-60;