|
JUCE
|
Describes the layout and properties of an audio bus. More...
Public Member Functions | |
| AudioProcessorBus (const String &busName, const AudioChannelSet &channelTypes) | |
| Creates a bus from a name and set of channel types. More... | |
Public Attributes | |
| String | name |
| The bus's name. More... | |
| AudioChannelSet | channels |
| The set of channel types that the bus contains. 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.
| String AudioProcessor::AudioProcessorBus::name |
The bus's name.
| AudioChannelSet AudioProcessor::AudioProcessorBus::channels |
The set of channel types that the bus contains.
Referenced by PluginBusUtilities::findTotalNumChannels(), PluginBusUtilities::getChannelSet(), and PluginBusUtilities::getNumChannels().