ddsp.effect.effect

Copyright 2017 Cut Through Recordings

Members

Classes

AudioEffect
class AudioEffect

Should be inherited by all Audio Effect classes to allow for batch processing

FXChain
class FXChain

Holds a list of AudioEffects. getNextSample(input) call getNextSample(input) on each effect in the chain

Functions

testEffect
void testEffect(AudioEffect effect, string name, size_t bufferSize = 20000, bool outputResults = false)

This function should only be called in a unittest block. AudioEffect effect : Effect to be tested. string name : name that will be written to output. size_t bufferSize : number of samples to be processed. bool outputResults : determines if output should be printed.

Meta

License

MIT License Author(s): Ethan Reker