|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Helper class to insert nodes and connections pertaining to a ProcessorBase instance to a graph. More...
#include <src/dsp/processor_base.h>
Static Public Member Functions | |
| static void | add_nodes (dsp::graph::Graph &graph, ProcessorBase &processor) |
| static void | add_connections (dsp::graph::Graph &graph, ProcessorBase &processor) |
Helper class to insert nodes and connections pertaining to a ProcessorBase instance to a graph.
Since all processors use a common interface to get their input & output ports, this removes the need to have custom per-processor logic, hence this class is used.
Definition at line 137 of file processor_base.h.