|
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::AudioProcessorGraph |
| A type of AudioProcessor which plays back a graph of other AudioProcessors. More... | |
| struct | juce::AudioProcessorGraph::NodeID |
| Each node in the graph has a UID of this type. More... | |
| class | juce::AudioProcessorGraph::NodeAndChannel |
| Represents an input or output channel of a node in an AudioProcessorGraph. More... | |
| class | juce::AudioProcessorGraph::Node |
| Represents one of the nodes, or processors, in an AudioProcessorGraph. More... | |
| struct | juce::AudioProcessorGraph::Connection |
| Represents a connection between two channels of two nodes in an AudioProcessorGraph. More... | |
| class | juce::AudioProcessorGraph::AudioGraphIOProcessor |
| A special type of AudioProcessor that can live inside an AudioProcessorGraph in order to use the audio that comes into and out of the graph itself. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |