groove calculator
This commit is contained in:
parent
6738fbdbe4
commit
6297c4ce52
3 changed files with 37 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue