mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
move ticks per beat from Meter to Timecode::BBT_Time, add new constructor for BBT_Time based on a double value; reduce BeatFramesConverted to 1 liners pending likely removal
git-svn-id: svn://localhost/ardour2/branches/3.0@8277 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ee5a37a306
commit
f09524b9d3
13 changed files with 86 additions and 55 deletions
|
|
@ -33,7 +33,7 @@ def configure(conf):
|
|||
def build(bld):
|
||||
# Library
|
||||
obj = bld.new_task_gen('cxx', 'shlib')
|
||||
obj.source = 'src/time.cc'
|
||||
obj.source = [ 'src/time.cc', 'src/bbt_time.cc' ]
|
||||
obj.export_incdirs = ['.']
|
||||
obj.includes = ['.', './src']
|
||||
obj.name = 'libtimecode'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue