mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 03:39:57 +01:00
Large commit for implementation of load&save of MixingGroups
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "View.h"
|
||||
|
||||
class MixingGroup;
|
||||
//class MixingGroup;
|
||||
|
||||
class MixingView : public View
|
||||
{
|
||||
@@ -36,9 +36,6 @@ private:
|
||||
Disk *stashCircle_;
|
||||
Mesh *mixingCircle_;
|
||||
Mesh *circle_;
|
||||
|
||||
// linked sources
|
||||
std::list< MixingGroup *> groups_;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user