load .brr loop position if present

This commit is contained in:
tildearrow 2022-11-01 02:47:27 -05:00
parent 4508fea6e0
commit 4531e9fc9c
2 changed files with 15 additions and 2 deletions

View file

@ -369,6 +369,7 @@ 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;