11#include <switchboard/export.h>
12#include <switchboard_core/Node.hpp>
13#include <switchboard_core/SwitchboardCore.hpp>
20namespace switchboard {
virtual void onGraphStart()
Called when the audio graph is started.
Definition AudioNode.hpp:53
AudioNode(uint numberOfInputs, uint numberOfOutputs)
AudioNode constructor.
virtual void onGraphStop()
Called when the audio graph is stopped.
Definition AudioNode.hpp:59
~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.