2 #include <State/Address.hpp>
4 #include <Process/Execution/ProcessComponent.hpp>
6 #include <Mapping/MappingModel.hpp>
8 #include <ossia/dataflow/node_process.hpp>
9 #include <ossia/network/value/value.hpp>
22 namespace RecreateOnPlay
27 COMPONENT_METADATA(
"da360b58-9885-4106-be54-8e272ed45dbe")
37 std::shared_ptr<ossia::curve_abstract>
38 rebuildCurve(ossia::val_type source, ossia::val_type target);
41 std::shared_ptr<ossia::curve_abstract> on_curveChanged_impl(ossia::val_type target);
43 template <
typename X_T,
typename Y_T>
44 std::shared_ptr<ossia::curve_abstract> on_curveChanged_impl2();
51 SCORE_CONCRETE_COMPONENT_FACTORY(
Definition: Process/Execution/ProcessComponent.hpp:119
Definition: Process/Execution/ProcessComponent.hpp:102
Definition: MappingModel.hpp:27
Definition: MappingExecution.hpp:26
Manipulation of Devices from Qt.
Definition: AddressSettings.cpp:14
Definition: Process/Execution/ProcessComponent.hpp:89