Loading...
Searching...
No Matches
score-plugin-controlsurface/ControlSurface/LocalTree.hpp
1#pragma once
2#include <LocalTree/LocalTreeComponent.hpp>
3#include <LocalTree/ProcessComponent.hpp>
4
5namespace ControlSurface
6{
7class Model;
8
10{
11 COMPONENT_METADATA("365cff6e-3726-4248-be47-8d0e47e4bc4b")
12
13public:
15 ossia::net::node_base& parent, ControlSurface::Model& scenario,
16 const score::DocumentContext& doc, QObject* parent_obj);
17
19};
20
23}
Definition score-plugin-controlsurface/ControlSurface/LocalTree.hpp:10
Definition score-plugin-controlsurface/ControlSurface/Process.hpp:86
Definition LocalTree/ProcessComponent.hpp:48
@ ControlSurface
The process supports being exposed to the ControlSurface.
Definition ProcessFlags.hpp:37
Definition DocumentContext.hpp:18