|
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 |
Go to the source code of this file.
Classes | |
| class | juce::AudioProcessor |
| Base class for audio processing classes or plugins. More... | |
| struct | juce::AudioProcessor::BusesLayout |
| Represents the bus layout state of a plug-in. More... | |
| class | juce::AudioProcessor::Bus |
| Describes the layout and properties of an audio bus. More... | |
| struct | juce::AudioProcessor::CurveData |
| Some plug-ins support sharing response curve data with the host so that it can display this curve on a console or in the mixer panel. More... | |
| struct | juce::AudioProcessor::TrackProperties |
| A struct containing information about the DAW track inside which your AudioProcessor is loaded. More... | |
| struct | juce::AudioProcessor::BusProperties |
| Structure used for AudioProcessor Callbacks. More... | |
| struct | juce::AudioProcessor::BusesProperties |
| Structure used for AudioProcessor Callbacks. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
| struct juce::AudioProcessor::TrackProperties |
A struct containing information about the DAW track inside which your AudioProcessor is loaded.
Definition at line 1273 of file juce_AudioProcessor.h.
| Class Members | ||
|---|---|---|
| Colour | colour | |
| String | name | |
| struct juce::AudioProcessor::BusProperties |
Structure used for AudioProcessor Callbacks.
Definition at line 1373 of file juce_AudioProcessor.h.
| Class Members | ||
|---|---|---|
| String | busName | The name of the bus. |
| AudioChannelSet | defaultLayout | The default layout of the bus. |
| bool | isActivatedByDefault | Is this bus activated by default? |