added some more timeline functions

This commit is contained in:
itsmattkc
2019-08-13 21:50:39 +10:00
parent 737442e513
commit 4f4737a395
21 changed files with 291 additions and 87 deletions
+8 -1
View File
@@ -59,9 +59,16 @@ const rational &Block::out()
return out_point_;
}
const rational& Block::length()
{
return length_;
}
void Block::set_length(const rational &length)
{
Q_UNUSED(length)
length_ = length;
RefreshFollowing();
}
Block *Block::previous()