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