ddsp.effect.effect

Copyright 2017 Cut Through Recordings

Members

Classes

AudioEffect
class AudioEffect(T)

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

FXChain
class FXChain(T)

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

Functions

testEffect
void testEffect(AudioEffect!float effect, string name, size_t bufferSize, bool outputResults)

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