New Timeline actions

Smooth and auto cut actions added on the side of the timeline UI.
This commit is contained in:
Bruno
2021-05-24 00:58:21 +02:00
parent c9707e7335
commit 11d12c1f29
6 changed files with 172 additions and 53 deletions

View File

@@ -120,8 +120,10 @@ public:
float fadingAt(const GstClockTime t);
inline float *fadingArray() { return fadingArray_; }
void clearFading();
void smoothFading(uint N = 1);
void autoFading(uint milisecond = 100);
bool autoCut();
private: