Skip to content

0.1.2

Compare
Choose a tag to compare
@brunchboy brunchboy released this 04 Sep 02:23
ac48723

Fix basic math issues with beat calculations, whoops!

Fixed

  • Use double-precision floating point values for beat, bar, and phrase intervals, rather than long integers. This was a bad mistake in the port from Clojure, which was using precise rational values for them. This was leading to inconsistent beat calculations, which was causing sync problems on the Pioneer network.