2 #include <Audio/AudioTick.hpp>
4 #include <ossia/dataflow/graph/graph_interface.hpp>
9 class BaseScenarioElement;
13 using tick_fun = ossia::audio_engine::fun_type;
15 tick_fun makeExecutionTick(
17 const std::shared_ptr<Execution::BaseScenarioElement>& scenar);
19 tick_fun makeBenchmarkTick(
21 const std::shared_ptr<Execution::BaseScenarioElement>& scenar);
Definition: plugins/score-plugin-engine/Execution/DocumentPlugin.hpp:60
Components used for the execution of a score.
Definition: ProcessComponent.cpp:12