|
Switchboard Extension SDK
|
This is the complete list of members for switchboard::AudioProcessorNode, including all inherited members.
| addEventListener(const std::string &eventName, Callback callback) | switchboard::EventEmitter | |
| AudioNode(uint numberOfInputs, uint numberOfOutputs) | switchboard::AudioNode | |
| AudioProcessorNode(const uint numberOfInputs, const uint numberOfOutputs) (defined in switchboard::AudioProcessorNode) | switchboard::AudioProcessorNode | inline |
| callAction(const std::string &actionName, const std::map< std::string, std::any > ¶ms) override | switchboard::AudioNode | virtual |
| Callback typedef (defined in switchboard::EventEmitter) | switchboard::EventEmitter | |
| emitEvent(const std::string &eventName, const std::any &data) | switchboard::EventEmitter | protected |
| EventEmitter() | switchboard::EventEmitter | |
| getDisplayName() const | switchboard::AudioNode | virtual |
| getNumberOfInputs() const | switchboard::Node | |
| getNumberOfOutputs() const | switchboard::Node | |
| getObjectID() const | switchboard::SwitchboardObject | |
| getObjectType() const | switchboard::SwitchboardObject | |
| getParameter(const std::string &id) | switchboard::AudioNode | virtual |
| getParameters() | switchboard::AudioNode | virtual |
| getParentObject() const | switchboard::SwitchboardObject | |
| getType() const | switchboard::Node | |
| getValue(const std::string &key) override | switchboard::AudioNode | virtual |
| initParameters(const std::map< std::string, std::any > &config) | switchboard::AudioNode | protected |
| name | switchboard::Node | |
| Node(const uint numberOfInputs, const uint numberOfOutputs) | switchboard::Node | |
| numberOfInputs (defined in switchboard::Node) | switchboard::Node | protected |
| numberOfOutputs (defined in switchboard::Node) | switchboard::Node | protected |
| parameters (defined in switchboard::AudioNode) | switchboard::AudioNode | protected |
| process(AudioBusList &inBuses, AudioBusList &outBuses)=0 | switchboard::AudioProcessorNode | pure virtual |
| registerAction(const std::string &key, const std::map< std::string, std::any > &actionInfo) | switchboard::SwitchboardObject | |
| registerConfiguration(const std::string &key, const std::map< std::string, std::any > &configuration) | switchboard::SwitchboardObject | |
| registerEvent(const std::string &eventName, const std::map< std::string, std::any > &eventInfo) | switchboard::SwitchboardObject | |
| registerProperty(const std::string &key, const std::map< std::string, std::any > &propertyInfo) | switchboard::SwitchboardObject | |
| removeEventListener(unsigned int listenerID) | switchboard::EventEmitter | |
| setBusFormats(AudioBusFormatList &inputBusFormats, AudioBusFormatList &outputBusFormats)=0 | switchboard::AudioProcessorNode | pure virtual |
| setConfigurationValue(const std::string &key, const std::any &value) | switchboard::SwitchboardObject | |
| setObjectID(const std::string &objectID) | switchboard::SwitchboardObject | |
| setParentObject(SwitchboardObject *parentObject) | switchboard::SwitchboardObject | |
| setValue(const std::string &key, const std::any &value) override | switchboard::AudioNode | virtual |
| SwitchboardObject(const std::string &objectType) | switchboard::SwitchboardObject | explicit |
| type (defined in switchboard::Node) | switchboard::Node | protected |
| ~AudioNode()=default | switchboard::AudioNode | virtual |
| ~AudioProcessorNode()=default | switchboard::AudioProcessorNode | virtual |
| ~EventEmitter() | switchboard::EventEmitter | virtual |
| ~SwitchboardObject() override | switchboard::SwitchboardObject |