GUI: sample list now by note/bank number

This commit is contained in:
tildearrow 2021-12-23 22:58:43 -05:00
parent be4ad87a3a
commit eefa41fe91
2 changed files with 55 additions and 31 deletions

View file

@ -172,6 +172,7 @@ class FurnaceGUI {
void drawSettings();
void commitSettings();
void processDrags(int dragX, int dragY);
void startSelection(int xCoarse, int xFine, int y);
void updateSelection(int xCoarse, int xFine, int y);