11#include <switchboard/export.h>
12#include <switchboard_core/Node.hpp>
13#include <switchboard_core/SwitchboardCore.hpp>
20namespace switchboard {
AudioNode(uint numberOfInputs, uint numberOfOutputs)
AudioNode constructor.
~AudioNode() override=default
AudioNode virtual destructor.
virtual std::string getDisplayName() const
Gets the display name of the audio node.
unsigned int numberOfOutputs
The number of outputs (audio buses) for the node.
Definition Node.hpp:61
unsigned int numberOfInputs
The number of inputs (audio buses) for the node.
Definition Node.hpp:58
Node(uint numberOfInputs, uint numberOfOutputs)
Node constructor.