3#include <ossia-pd/src/device.hpp>
4#include <ossia-pd/src/parameter_base.hpp>
9struct view :
public node_base
14 using is_view = std::true_type;
16 bool register_node(
const std::vector<t_matcher>& node);
17 bool do_registration(
const std::vector<t_matcher>& node);
20 static ossia::safe_set<view*>& quarantine();
22 static void* create(t_symbol* name,
int argc, t_atom* argv);
23 static void destroy(view* x);
25 view* x, t_floatarg xpos, t_floatarg ypos, t_floatarg shift, t_floatarg ctrl,