ostrosco / comms-rs

A library for building DSP communication pipelines.
MIT License
13 stars 1 forks source link

Random Node Creation and Node Macro Merge/Cleanup #20

Closed ostrosco closed 5 years ago

ostrosco commented 5 years ago

This shouldn't break existing nodes who were using create_node!. If a node was using create_aggregate_node!, renaming the macro call to create_node! provides similar functionality.

ostrosco commented 5 years ago

Got two reviews, so I'm gonna go ahead and merge it up.