some timeline refactoring, preparing for rewrites

This commit is contained in:
itsmattkc
2021-01-09 11:41:33 +11:00
parent 3337be07e5
commit 8f729203fc
62 changed files with 638 additions and 1180 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ Node *NodeFactory::CreateFromFactoryIndex(const NodeFactory::InternalID &id)
case kFootageInput:
return new MediaInput();
case kTrackOutput:
return new TrackOutput();
return new Track();
case kViewerOutput:
return new ViewerOutput();
case kAudioVolume: