Update node_interface
Update deps
Update node_interface, make metadatas responsibility of consumer
ds_p provides code that is meant to do the math in an audio procesor. In an effort to keep its architecture flexible there are no common interfaces, which poses a problem when one wants to progrmatically assemble graphs, or generically operate on a container of processors. ds_p_i's job is to provide code from ds_p with that interface, using traits defined in node_interface.