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