DawDreamerΒΆ
A Render Engine loads and runs a graph of audio processors. |
|
The abstract Processor Base class, which all processors subclass. |
|
An Add Processor adds one or more stereo inputs with corresponding gain parameters. |
|
A compressor from JUCE. |
|
A delay from JUCE. |
|
Faust |
|
The Faust Box API |
|
The Faust Signal API |
|
A Faust Processor can compile and execute FAUST code. |
|
A Filter Processor applies one of several kinds of filters. |
|
The Panner Processor class |
|
The Playback Processor can play audio data provided as an argument. |
|
The Playback Warp Processor can play audio data while time-stretching and pitch-shifting it thanks to the Rubberband library (https://github.com/breakfastquay/rubberband). |
|
A Plugin Processor can load VST ".dll" and ".vst3" files on Windows. |
|
A Reverb Processor applies reverb with the FreeVerb algorithm. |
|
The Sampler Processor works like a basic Sampler instrument. |