Skip to content
Snippets Groups Projects
Commit 7779ecc1 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

last minute uncommitted changes, apparently

parent 1d6621c3
No related merge requests found
...@@ -93,7 +93,7 @@ notes C-D-E/4 #0# =:: C-D-E-F/4 =|="); ...@@ -93,7 +93,7 @@ notes C-D-E/4 #0# =:: C-D-E-F/4 =|=");
// log2(2) = 1 # 2 beats == half = h // log2(2) = 1 # 2 beats == half = h
// log2(1) = 0 // log2(1) = 0
return Math.ceil(Math.log2(fraction)); return Math.floor(Math.log2(fraction));
}, },
renderChord: function(duration, rest) { renderChord: function(duration, rest) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment