began support of timeline tracks/channels

This commit is contained in:
itsmattkc
2019-08-15 23:40:22 +10:00
parent fb7c7f1bdb
commit 7d9d12ee0b
25 changed files with 831 additions and 373 deletions
+4 -1
View File
@@ -25,7 +25,6 @@
RendererProcessor::RendererProcessor() :
started_(false)
{
}
QString RendererProcessor::Name()
@@ -45,6 +44,8 @@ QString RendererProcessor::Description()
void RendererProcessor::Process(const rational &time)
{
Q_UNUSED(time)
/*
// Ensure we have started
Start();
@@ -52,6 +53,8 @@ void RendererProcessor::Process(const rational &time)
qWarning() << tr("An error occurred starting the Renderer node");
return;
}
*/
}
void RendererProcessor::Release()