split Beats::round_to_subdivision() into source module

Rounding to bar requires access to the tempo map, and we don't want this in
the beats.h header
This commit is contained in:
Paul Davis
2020-12-08 20:32:20 -07:00
parent 0d15797499
commit 3900537fcf
3 changed files with 142 additions and 91 deletions

View File

@@ -27,6 +27,7 @@ I18N_PACKAGE = 'libtemporal'
temporal_sources = [
'debug.cc',
'bbt_time.cc',
'beats.cc',
'enums.cc',
'range.cc',
'superclock.cc',