|
TracktionEngine
|
Classes | |
| class | engine::ARAFileReader |
| Manages an ARA plugin instance for an audio clip. More... | |
| struct | engine::ARAFileReader::ARAChunkInfo |
| Parsed info from an ARA audio file chunk embedded in iXML. More... | |
| struct | engine::ARAIXMLResult |
| Result of detecting ARA iXML chunks in an audio file. More... | |
| class | engine::ARAPluginBinding |
| RAII wrapper for an ARA document-controller binding created by ARADocumentHolder::bindPluginToDocument, owned by the bound ExternalPlugin (see ExternalPlugin::setARADocumentBinding). More... | |
| struct | engine::ARADocumentHolder |
Namespaces | |
| namespace | engine |
Macros | |
| #define | T_ARA_DBG(...) |
Typedefs | |
| using | engine::MelodyneFileReader = ARAFileReader |
Functions | |
| ARAIXMLResult | engine::detectARAFromIXMLChunks (Engine &, const juce::File &sourceFile) |
| Scans a source audio file for ARA iXML chunks and returns the first matching installed plugin description along with archive data. | |