score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
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
{
13
Path<Process::Inlet>
port;
14
ossia::value value;
15
16
QString name(
const
score::DocumentContext
& ctx)
const
noexcept
;
17
};
18
}
Path
The Path class is a typesafe wrapper around ObjectPath.
Definition
Path.hpp:52
Process
Base classes and tools to implement processes and layers.
Definition
JSONVisitor.hpp:1324
Process::ControlMessage
Definition
ControlMessage.hpp:12
score::DocumentContext
Definition
DocumentContext.hpp:18