2#include <ossia-max/src/node_base.hpp>
9class device_base :
public node_base
14 static void on_attribute_modified_callback(
16 void on_unhandled_message_callback(
const std::string,
const ossia::value& val);
24 void disconnect_slots();
26 static Nano::Signal<void(device_base*)> on_device_created;
27 static Nano::Signal<void(device_base*)> on_device_removing;
The node_base class.
Definition node.hpp:48
The parameter_base class.
Definition ossia/network/base/parameter.hpp:48
The value class.
Definition value.hpp:173