Large commit for implementation of load&save of MixingGroups

This commit is contained in:
Bruno
2021-03-07 19:27:00 +01:00
parent 56f0165d75
commit 7656113dcc
22 changed files with 525 additions and 132 deletions

3
View.h
View File

@@ -5,6 +5,7 @@
#include "Scene.h"
#include "FrameBuffer.h"
#include "SourceList.h"
class Session;
class SessionFileSource;
@@ -16,8 +17,6 @@ class Disk;
class Handles;
class Source;
typedef std::list<Source *> SourceList;
SourceList depthSorted(SourceList);
class View
{