lib/head_music/meter.rb in head_music-0.20.0 vs lib/head_music/meter.rb in head_music-0.22.0
- old
+ new
@@ -65,9 +65,10 @@
def beat_strength(count, tick: 0)
return 100 if downbeat?(count, tick)
return 80 if strong_beat?(count, tick)
return 60 if beat?(tick)
return 40 if strong_ticks.include?(tick)
+
20
end
def ticks_per_count
@ticks_per_count ||= count_unit.ticks