groove calculator

This commit is contained in:
Eknous-P 2025-10-27 20:52:01 +04:00
parent 6738fbdbe4
commit 6297c4ce52
3 changed files with 37 additions and 2 deletions

View file

@ -9121,7 +9121,8 @@ FurnaceGUI::FurnaceGUI():
romMultiFile(false),
romExportSave(false),
pendingExport(NULL),
romExportExists(false) {
romExportExists(false),
desBpm(150.0) {
// value keys
valueKeys[SDLK_0]=0;
valueKeys[SDLK_1]=1;