We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6292eeb commit acd9d7bCopy full SHA for acd9d7b
scripts/control_draw/control_draw.gml
@@ -640,7 +640,7 @@ if (playing = 1 || forward<>0) {
640
var pos = floor(marker_pos -0.1)
641
} else pos = floor(marker_pos -0.4)
642
if (tempo = 30) pos -= 1
643
- show_debug_message(marker_pos)
+ // show_debug_message(marker_pos)
644
if ((pos mod 4 == 0) && (metronome_played < pos)) {
645
ins = instrument_list[| 4]
646
if (pos mod (4 * timesignature) == 0) {
0 commit comments