shithub: orca

Download patch

ref: 91437bd94dc4c07cc172496a3e5ca24767973c16
parent: 804f8c3dd3961180c8975dba651f9a5f64342a3e
author: cancel <cancel@cancel.fm>
date: Fri Jan 24 21:35:12 EST 2020

Change default conf for MIDI beat clock to disabled

Wastes CPU time on extra timing if not needed, and is probably undesired
by default, since it may interfere with sequencers.

--- a/tui_main.c
+++ b/tui_main.c
@@ -939,7 +939,7 @@
   a->needs_remarking = true;
   a->is_draw_dirty = false;
   a->is_playing = false;
-  a->midi_bclock = true;
+  a->midi_bclock = false;
   a->draw_event_list = false;
   a->is_mouse_down = false;
   a->is_mouse_dragging = false;