nodeparamview/nodeview: connect selections and enable multi-select in npv

This commit is contained in:
itsmattkc
2022-05-04 14:59:51 -07:00
parent 07519a952e
commit 102ce9aa7b
19 changed files with 294 additions and 100 deletions
+5
View File
@@ -104,6 +104,11 @@ public:
kAudioEffect = 0x4
};
struct ContextPair {
Node *node;
Node *context;
};
Node();
virtual ~Node() override;