3#include <ossia-pd/src/parameter_base.hpp>
8class parameter :
public parameter_base
11 using is_parameter = std::true_type;
15 bool register_node(
const std::vector<t_matcher>& node);
16 bool do_registration(
const std::vector<t_matcher>& node);
21 notify(parameter* x, t_symbol* s, t_symbol* msg,
void* sender,
void* data);
23 update_attribute(parameter* x, string_view attribute,
const net::node_base* node);
25 static void* create(t_symbol* name,
int argc, t_atom* argv);
26 static void destroy(parameter* x);
28 static ossia::safe_set<parameter*>& quarantine();