JUCE
Public Member Functions | Public Attributes | List of all members
AudioProcessor::BusesLayout Struct Reference

Represents the bus layout state of a plug-in. More...

Public Member Functions

int getNumChannels (bool isInput, int busIndex) const noexcept
 Get the number of channels of a particular bus. More...
 
AudioChannelSetgetChannelSet (bool isInput, int busIndex) noexcept
 Get the channel set of a particular bus. More...
 
AudioChannelSet getChannelSet (bool isInput, int busIndex) const noexcept
 Get the channel set of a particular bus. More...
 
AudioChannelSet getMainInputChannelSet () const noexcept
 Get the input channel layout on the main bus. More...
 
AudioChannelSet getMainOutputChannelSet () const noexcept
 Get the output channel layout on the main bus. More...
 
int getMainInputChannels () const noexcept
 Get the number of input channels on the main bus. More...
 
int getMainOutputChannels () const noexcept
 Get the number of output channels on the main bus. More...
 
bool operator== (const BusesLayout &other) const noexcept
 
bool operator!= (const BusesLayout &other) const noexcept
 

Public Attributes

Array< AudioChannelSetinputBuses
 An array containing the list of input buses that this processor supports. More...
 
Array< AudioChannelSetoutputBuses
 An array containing the list of output buses that this processor supports. More...
 

Detailed Description

Represents the bus layout state of a plug-in.

Member Function Documentation

◆ getNumChannels()

int AudioProcessor::BusesLayout::getNumChannels ( bool  isInput,
int  busIndex 
) const
noexcept

Get the number of channels of a particular bus.

References isPositiveAndBelow().

◆ getChannelSet() [1/2]

AudioChannelSet& AudioProcessor::BusesLayout::getChannelSet ( bool  isInput,
int  busIndex 
)
noexcept

Get the channel set of a particular bus.

◆ getChannelSet() [2/2]

AudioChannelSet AudioProcessor::BusesLayout::getChannelSet ( bool  isInput,
int  busIndex 
) const
noexcept

Get the channel set of a particular bus.

◆ getMainInputChannelSet()

AudioChannelSet AudioProcessor::BusesLayout::getMainInputChannelSet ( ) const
noexcept

Get the input channel layout on the main bus.

◆ getMainOutputChannelSet()

AudioChannelSet AudioProcessor::BusesLayout::getMainOutputChannelSet ( ) const
noexcept

Get the output channel layout on the main bus.

◆ getMainInputChannels()

int AudioProcessor::BusesLayout::getMainInputChannels ( ) const
noexcept

Get the number of input channels on the main bus.

◆ getMainOutputChannels()

int AudioProcessor::BusesLayout::getMainOutputChannels ( ) const
noexcept

Get the number of output channels on the main bus.

◆ operator==()

bool AudioProcessor::BusesLayout::operator== ( const BusesLayout other) const
noexcept

◆ operator!=()

bool AudioProcessor::BusesLayout::operator!= ( const BusesLayout other) const
noexcept

Member Data Documentation

◆ inputBuses

Array<AudioChannelSet> AudioProcessor::BusesLayout::inputBuses

An array containing the list of input buses that this processor supports.

◆ outputBuses

Array<AudioChannelSet> AudioProcessor::BusesLayout::outputBuses

An array containing the list of output buses that this processor supports.


The documentation for this struct was generated from the following file: