mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
last minute uncommitted changes, apparently
This commit is contained in:
parent
1d6621c31c
commit
7779ecc10d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ notes C-D-E/4 #0# =:: C-D-E-F/4 =|=");
|
|||
// log2(2) = 1 # 2 beats == half = h
|
||||
// log2(1) = 0
|
||||
|
||||
return Math.ceil(Math.log2(fraction));
|
||||
return Math.floor(Math.log2(fraction));
|
||||
},
|
||||
|
||||
renderChord: function(duration, rest) {
|
||||
|
|
Loading…
Reference in a new issue