100ms
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user