|
| static void | checkTargetFile (Engine &, const juce::File &, std::function< void(bool)> callback) |
| | Cheks a file for write access etc.
|
| |
| static void | turnOffAllPlugins (Edit &) |
| | Deinitialises all the plugins for the Edit.
|
| |
| static ProjectItem::Ptr | renderToProjectItem (const juce::String &taskDescription, const Parameters &, ProjectItem::Category) |
| | Blocking render operations.
|
| |
| static juce::File | renderToFile (const juce::String &taskDescription, const Parameters &) |
| | Renders an Edit to a file given by the Parameters.
|
| |
| static bool | renderToFile (const juce::String &taskDescription, const juce::File &outputFile, Edit &edit, TimeRange range, const juce::BigInteger &tracksToDo, bool usePlugins=true, bool useACID=true, juce::Array< Clip * > clips={}, bool useThread=true) |
| | Renders an Edit to a file within the given time range and the track indicies described by the BigInteger.
|
| |
| static bool | renderToFile (Edit &, const juce::File &, bool useThread=true) |
| | Renders an entire Edit to a file.
|
| |
| static Statistics | measureStatistics (const juce::String &taskDescription, Edit &edit, TimeRange range, const juce::BigInteger &tracksToDo, int blockSizeForAudio, double sampleRateForAudio=44100.0) |
| | Renders a section of an edit to measure various details about its audio content.
|
| |
Lowest level render operation.
This can be used when you want complete control over a render operation.