|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Structure used for AudioProcessor Callbacks. More...
#include "juce_AudioProcessor.h"
Public Member Functions | |
| void | addBus (bool isInput, const String &name, const AudioChannelSet &defaultLayout, bool isActivatedByDefault=true) |
| BusesProperties | withInput (const String &name, const AudioChannelSet &defaultLayout, bool isActivatedByDefault=true) const |
| BusesProperties | withOutput (const String &name, const AudioChannelSet &defaultLayout, bool isActivatedByDefault=true) const |
Public Attributes | |
| Array< BusProperties > | inputLayouts |
| The layouts of the input buses. | |
| Array< BusProperties > | outputLayouts |
| The layouts of the output buses. | |
Structure used for AudioProcessor Callbacks.
Definition at line 1386 of file juce_AudioProcessor.h.
| void juce::AudioProcessor::BusesProperties::addBus | ( | bool | isInput, |
| const String & | name, | ||
| const AudioChannelSet & | defaultLayout, | ||
| bool | isActivatedByDefault = true |
||
| ) |
Definition at line 1157 of file juce_AudioProcessor.cpp.
| AudioProcessor::BusesProperties juce::AudioProcessor::BusesProperties::withInput | ( | const String & | name, |
| const AudioChannelSet & | defaultLayout, | ||
| bool | isActivatedByDefault = true |
||
| ) | const |
Definition at line 1171 of file juce_AudioProcessor.cpp.
| AudioProcessor::BusesProperties juce::AudioProcessor::BusesProperties::withOutput | ( | const String & | name, |
| const AudioChannelSet & | defaultLayout, | ||
| bool | isActivatedByDefault = true |
||
| ) | const |
Definition at line 1180 of file juce_AudioProcessor.cpp.
| Array<BusProperties> juce::AudioProcessor::BusesProperties::inputLayouts |
The layouts of the input buses.
Definition at line 1389 of file juce_AudioProcessor.h.
| Array<BusProperties> juce::AudioProcessor::BusesProperties::outputLayouts |
The layouts of the output buses.
Definition at line 1392 of file juce_AudioProcessor.h.