signalflow
signalflow copied to clipboard
Support for a `Node::init` method
Some units cannot initialise their values until they have been wired into the graph (see signum/rnd/noise.cpp). Implement an init method across the board which allows input and output units to be queried.