Skip to content

Commit

Permalink
bump to 240ms
Browse files Browse the repository at this point in the history
  • Loading branch information
jmamma committed Jan 20, 2023
1 parent 44c1b28 commit 809b834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avr/cores/megacommand/MCL/MCLActions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ void MCLActions::cache_next_tracks(uint8_t *slot_select_array,
diff =
MidiClock.clock_less_than(MidiClock.div32th_counter + div32th_margin,
(uint32_t)mcl_actions.next_transition * 2);
if ((float)diff * div32th_per_second < 0.200) {
if ((float)diff * div32th_per_second < 0.240) {
count = count_max;
if (GUI.currentPage() == &grid_load_page) {
GUI.display();
Expand Down

0 comments on commit 809b834

Please sign in to comment.