DawDreamerΒΆ

RenderEngine

A Render Engine loads and runs a graph of audio processors.

ProcessorBase

The abstract Processor Base class, which all processors subclass.

AddProcessor

An Add Processor adds one or more stereo inputs with corresponding gain parameters.

CompressorProcessor

A compressor from JUCE.

DelayProcessor

A delay from JUCE.

faust

Faust

faust.box

The Faust Box API

faust.signal

The Faust Signal API

FaustProcessor

A Faust Processor can compile and execute FAUST code.

FilterProcessor

A Filter Processor applies one of several kinds of filters.

PannerProcessor

The Panner Processor class

PlaybackProcessor

The Playback Processor can play audio data provided as an argument.

PlaybackWarpProcessor

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).

PluginProcessor

A Plugin Processor can load VST ".dll" and ".vst3" files on Windows.

ReverbProcessor

A Reverb Processor applies reverb with the FreeVerb algorithm.

SamplerProcessor

The Sampler Processor works like a basic Sampler instrument.