Describes the layout and properties of an audio bus. More...
#include <juce_AudioProcessor.h>
Public Member Functions | |
AudioProcessorBus (const String &busName, const AudioChannelSet &channelTypes) | |
Creates a bus from a name and set of channel types. More... | |
Public Attributes | |
AudioChannelSet | channels |
The set of channel types that the bus contains. More... | |
String | name |
The bus's name. More... | |
Describes the layout and properties of an audio bus.
Effectively a bus description is a named set of channel types.
AudioProcessor::AudioProcessorBus::AudioProcessorBus | ( | const String & | busName, |
const AudioChannelSet & | channelTypes | ||
) |
Creates a bus from a name and set of channel types.
AudioChannelSet AudioProcessor::AudioProcessorBus::channels |
The set of channel types that the bus contains.
Referenced by PluginBusUtilities::checkBusFormatsAreNotDiscrete(), PluginBusUtilities::findTotalNumChannels(), PluginBusUtilities::getChannelSet(), and PluginBusUtilities::getNumChannels().
String AudioProcessor::AudioProcessorBus::name |
The bus's name.