3#include <ossia/detail/optional.hpp>
5#include <ossia-pd/src/parameter_base.hpp>
10class attribute :
public parameter_base
13 using is_attribute = std::true_type;
17 bool register_node(
const std::vector<t_matcher>& node);
18 bool do_registration(
const std::vector<t_matcher>& node);
25 attribute* x, t_floatarg xpos, t_floatarg ypos, t_floatarg shift, t_floatarg ctrl,
28 notify(attribute* x, t_symbol* s, t_symbol* msg,
void* sender,
void* data);
30 static void destroy(attribute* x);
31 static void* create(t_symbol* name,
int argc, t_atom* argv);
33 static ossia::safe_set<attribute*>& quarantine();
Root of a device tree.
Definition ossia/network/base/device.hpp:58
The node_base class.
Definition node.hpp:48
The parameter_base class.
Definition ossia/network/base/parameter.hpp:48