mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
partially revert some of the recent work on tempo to reflect new understanding of the problem. behaviour is now believed to be totally correct but awaiting a bit more testing
git-svn-id: svn://localhost/ardour2/branches/3.0@11171 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bdb15f9422
commit
355183f1ab
17 changed files with 424 additions and 195 deletions
|
|
@ -27,7 +27,7 @@ namespace Timecode {
|
|||
|
||||
/** Bar, Beat, Tick Time (i.e. Tempo-Based Time) */
|
||||
struct BBT_Time {
|
||||
static const double ticks_per_bar_division;
|
||||
static const double ticks_per_beat;
|
||||
|
||||
uint32_t bars;
|
||||
uint32_t beats;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue