Browse Source

Cleanup

master
cancel 5 years ago
parent
commit
951ba8c305
  1. 2
      tui_main.c

2
tui_main.c

@ -3553,7 +3553,7 @@ int main(int argc, char **argv) {
ged_make_cursor_visible(&t.ged); ged_make_cursor_visible(&t.ged);
// Send initial BPM // Send initial BPM
send_num_message(t.ged.oosc_dev, "/orca/bpm", (I32)t.ged.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); ged_input_cmd(&t.ged, Ged_input_cmd_toggle_play_pause);
// Enter main loop. Process events as they arrive. // Enter main loop. Process events as they arrive.
event_loop:; event_loop:;

Loading…
Cancel
Save