From 951ba8c3050d7c8010227b534c931d73edd2d8b0 Mon Sep 17 00:00:00 2001 From: cancel Date: Sun, 26 Jan 2020 21:21:25 +0900 Subject: [PATCH] Cleanup --- tui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui_main.c b/tui_main.c index c0dd028..e90de28 100644 --- a/tui_main.c +++ b/tui_main.c @@ -3553,7 +3553,7 @@ int main(int argc, char **argv) { ged_make_cursor_visible(&t.ged); // Send initial BPM send_num_message(t.ged.oosc_dev, "/orca/bpm", (I32)t.ged.bpm); - // auto-play + // Auto-play ged_input_cmd(&t.ged, Ged_input_cmd_toggle_play_pause); // Enter main loop. Process events as they arrive. event_loop:;