score-plugin-controlsurface/ControlSurface/Layer.hpp
1 #pragma once
2 #include <Process/GenericProcessFactory.hpp>
3 
4 #include <ControlSurface/Presenter.hpp>
5 #include <ControlSurface/Process.hpp>
6 #include <ControlSurface/View.hpp>
7 
8 namespace ControlSurface
9 {
10 using LayerFactory = Process::LayerFactory_T<
12 }
Definition: score-plugin-controlsurface/ControlSurface/Process.hpp:86
Definition: plugins/score-plugin-controlsurface/ControlSurface/Presenter.hpp:24
Definition: score-plugin-controlsurface/ControlSurface/View.hpp:20
Definition: GenericProcessFactory.hpp:83
@ ControlSurface
The process supports being exposed to the ControlSurface.
Definition: ProcessFlags.hpp:37