began work setting several timings to use rational rather than long/double

This commit is contained in:
itsmattkc
2019-06-16 15:13:53 -07:00
parent 0acee942f4
commit 771572f65b
63 changed files with 448 additions and 397 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ public:
virtual olive::TrackType subtype() override;
virtual OldEffectNodePtr Create(Clip *c) override;
virtual void redraw(double timecode) override;
virtual void redraw(const rational &timecode) override;
DoubleInput* scale_val;
ColorInput* color_val;
ColorInput* color_bg_val;