ControlMessage.hpp
1 #pragma once
2 
3 #include <Process/Dataflow/Port.hpp>
4 
5 #include <ossia/network/value/value.hpp>
6 
7 #include <QPointer>
8 
9 namespace Process
10 {
11 struct SCORE_LIB_PROCESS_EXPORT ControlMessage
12 {
14  ossia::value value;
15 
16  QString name(const score::DocumentContext& ctx) const noexcept;
17 };
18 }
Base classes and tools to implement processes and layers.
Definition: JSONVisitor.hpp:1324
Definition: ControlMessage.hpp:12
Definition: DocumentContext.hpp:18