This commit is contained in:
Goatgarien
2022-03-22 22:03:33 -07:00
parent 96718044ca
commit 058ca0fe7e
+1 -1
View File
@@ -36,7 +36,7 @@ bool alreadyRefreshed = false;
bool noteRefresh = false;
bool subnum1changed = false;
int songLength = 0;
const unsigned int update_interval = 50; // update after every 50 milliseconds (1/16th of 300bpm)
const unsigned int update_interval = 100; // update after every 100 milliseconds (1/16th of 100bpm)
const int milInMinute = 60000;
bool scrollBarChanged = false;
float theCurrentMeasure = 0;