score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
ExecutionComponent.hpp
1
#pragma once
2
#include <score/model/Component.hpp>
3
4
#include <ossia/detail/thread.hpp>
5
6
namespace
Execution
7
{
8
struct
Context;
9
using
Component =
score::GenericComponent<const Context>
;
10
}
score::GenericComponent
A component that has a reference to a specific context object.
Definition
lib/score/model/Component.hpp:58
Execution
Components used for the execution of a score.
Definition
ProcessComponent.cpp:14