|
LMMS
|
#include <juce_AudioProcessor.h>
Public Member Functions | |
| int | getNumChannels (bool isInput, int busIndex) const noexcept |
| AudioChannelSet & | getChannelSet (bool isInput, int busIndex) noexcept |
| AudioChannelSet | getChannelSet (bool isInput, int busIndex) const noexcept |
| AudioChannelSet | getMainInputChannelSet () const noexcept |
| AudioChannelSet | getMainOutputChannelSet () const noexcept |
| int | getMainInputChannels () const noexcept |
| int | getMainOutputChannels () const noexcept |
| bool | operator== (const BusesLayout &other) const noexcept |
| bool | operator!= (const BusesLayout &other) const noexcept |
Public Attributes | |
| Array< AudioChannelSet > | inputBuses |
| Array< AudioChannelSet > | outputBuses |
Represents the bus layout state of a plug-in
|
inlinenoexcept |
Get the channel set of a particular bus
|
inlinenoexcept |
Get the channel set of a particular bus
|
inlinenoexcept |
Get the number of input channels on the main bus.
|
inlinenoexcept |
Get the input channel layout on the main bus.
|
inlinenoexcept |
Get the number of output channels on the main bus.
|
inlinenoexcept |
Get the output channel layout on the main bus.
|
inlinenoexcept |
Get the number of channels of a particular bus
|
inlinenoexcept |
|
inlinenoexcept |
| Array<AudioChannelSet> juce::AudioProcessor::BusesLayout::inputBuses |
An array containing the list of input buses that this processor supports.
| Array<AudioChannelSet> juce::AudioProcessor::BusesLayout::outputBuses |
An array containing the list of output buses that this processor supports.