19 halp_meta(name,
"Empty value mapper")
20 halp_meta(c_name,
"EmptyValueMapper")
21 halp_meta(category,
"Control/Mappings")
22 halp_meta(author,
"ossia score")
23 halp_meta(manual_url,
"")
24 halp_meta(description,
"Copies its inputs to its outputs")
25 halp_meta(uuid,
"70B12B42-BB4B-4A13-861B-53C577601186");
36 void operator()() { outputs.port.value->set_data(inputs.port.value->get_data()); }