2 #include <score/tools/std/Optional.hpp>
4 #include <ossia/network/value/destination.hpp>
6 #include <score_lib_process_export.h>
11 struct AddressAccessor;
15 struct execution_state;
24 SCORE_LIB_PROCESS_EXPORT
25 ossia::net::node_base*
26 findNode(
const ossia::execution_state& st,
const State::Address& addr);
28 SCORE_LIB_PROCESS_EXPORT
29 std::optional<ossia::destination> makeDestination(
Components used for the execution of a score.
Definition: ProcessComponent.cpp:12
Utilities for OSSIA data structures.
Definition: DeviceInterface.hpp:33
Definition: Address.hpp:108
The Address struct.
Definition: Address.hpp:58