shithub: orca

Download patch

ref: ab277f5773219a587fe44166211ed26c24be62d8
parent: 0f21b338f0dc0ee59937f61d0dcd4b0b000bf564
author: cancel <cancel@cancel.fm>
date: Sun Dec 9 13:39:55 EST 2018

Fix mistaken time scalar

--- a/tui_main.c
+++ b/tui_main.c
@@ -628,7 +628,7 @@
                         Susnote_list* susnote_list, Oevent const* events,
                         Usz count) {
   Midi_mode_type midi_mode_type = midi_mode->any.type;
-  double bar_secs = (double)bpm / 60.0 * 4.0;
+  double bar_secs = (double)bpm / 60.0;
 
   enum { Midi_on_capacity = 512 };
   typedef struct {