2#include <score/tools/std/Optional.hpp>
4#include <ossia/network/value/destination.hpp>
6#include <score_lib_process_export.h>
11struct AddressAccessor;
15struct execution_state;
24SCORE_LIB_PROCESS_EXPORT
26findNode(
const ossia::execution_state& st,
const State::Address& addr);
28SCORE_LIB_PROCESS_EXPORT
29std::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