Vital
|
This is the complete list of members for vital::Delay< MemoryType >, including all inherited members.
addInput() | vital::Processor | protected |
addOutput(int oversample=1) | vital::Processor | protected |
checkInputAndOutputSize(int num_samples) | vital::Processor | |
clearOutputBufferForReset(poly_mask reset_mask, int input_index, int output_index) const | vital::Processor | inline |
clone() const override | vital::Delay< MemoryType > | inlinevirtual |
connectedInputs() | vital::Processor | |
Delay(int size) | vital::Delay< MemoryType > | inline |
Delay() | vital::Delay< MemoryType > | inlineprotected |
dry_ | vital::Delay< MemoryType > | protected |
enable(bool enable) | vital::Processor | inlinevirtual |
enabled() const | vital::Processor | inline |
feedback_ | vital::Delay< MemoryType > | protected |
filter_gain_ | vital::Delay< MemoryType > | protected |
getFilterRadius(poly_float spread) | vital::Delay< MemoryType > | inlinestatic |
getOversampleAmount() const | vital::Processor | inline |
getResetMask(int input_index) const | vital::Processor | inline |
getSampleRate() const | vital::Processor | inline |
getTopLevelRouter() const | vital::Processor | |
hardReset() override | vital::Delay< MemoryType > | virtual |
hasState() const | vital::Processor | inlinevirtual |
high_coefficient_ | vital::Delay< MemoryType > | protected |
high_pass_ | vital::Delay< MemoryType > | protected |
init() | vital::Processor | inlinevirtual |
initialized() | vital::Processor | inline |
input(unsigned int index=0) const | vital::Processor | inline |
inputMatchesBufferSize(int input=0) | vital::Processor | |
inputs_ | vital::Processor | protected |
isControlRate() const | vital::Processor | inline |
isInputSourcePolyphonic(int index=0) | vital::Processor | inline |
isPolyphonic() const | vital::Processor | virtual |
kAudio enum value | vital::Delay< MemoryType > | |
kClampedDampened enum value | vital::Delay< MemoryType > | |
kClampedUnfiltered enum value | vital::Delay< MemoryType > | |
kDamping enum value | vital::Delay< MemoryType > | |
kDefaultPeriod | vital::Delay< MemoryType > | static |
kDelayHalfLife | vital::Delay< MemoryType > | static |
kFeedback enum value | vital::Delay< MemoryType > | |
kFilterCutoff enum value | vital::Delay< MemoryType > | |
kFilterSpread enum value | vital::Delay< MemoryType > | |
kFrequency enum value | vital::Delay< MemoryType > | |
kFrequencyAux enum value | vital::Delay< MemoryType > | |
kMaxDampNote | vital::Delay< MemoryType > | static |
kMidPingPong enum value | vital::Delay< MemoryType > | |
kMinDampNote | vital::Delay< MemoryType > | static |
kMono enum value | vital::Delay< MemoryType > | |
kNumInputs enum value | vital::Delay< MemoryType > | |
kNumStyles enum value | vital::Delay< MemoryType > | |
kPingPong enum value | vital::Delay< MemoryType > | |
kSpreadOctaveRange | vital::Delay< MemoryType > | static |
kStereo enum value | vital::Delay< MemoryType > | |
kStyle enum value | vital::Delay< MemoryType > | |
kUnclampedUnfiltered enum value | vital::Delay< MemoryType > | |
kWet enum value | vital::Delay< MemoryType > | |
last_frequency_ | vital::Delay< MemoryType > | protected |
low_coefficient_ | vital::Delay< MemoryType > | protected |
low_pass_ | vital::Delay< MemoryType > | protected |
memory_ | vital::Delay< MemoryType > | protected |
null_source_ | vital::Processor | protectedstatic |
numInputs() const | vital::Processor | inline |
numInputsChanged() | vital::Processor | inlinevirtual |
numOutputs() const | vital::Processor | inline |
numOwnedInputs() const | vital::Processor | inline |
numOwnedOutputs() const | vital::Processor | inline |
output(unsigned int index=0) const | vital::Processor | inline |
outputs_ | vital::Processor | protected |
owned_inputs_ | vital::Processor | protected |
owned_outputs_ | vital::Processor | protected |
ownedInput(unsigned int index=0) const | vital::Processor | inline |
ownedOutput(unsigned int index=0) const | vital::Processor | inline |
period_ | vital::Delay< MemoryType > | protected |
plug(const Output *source) | vital::Processor | |
plug(const Output *source, unsigned int input_index) | vital::Processor | |
plug(const Processor *source) | vital::Processor | |
plug(const Processor *source, unsigned int input_index) | vital::Processor | |
plugging_start_ | vital::Processor | protected |
plugNext(const Output *source) | vital::Processor | |
plugNext(const Processor *source) | vital::Processor | |
process(int num_samples) override | vital::Delay< MemoryType > | virtual |
process(const poly_float *audio_in, int num_samples, poly_float current_period, poly_float current_feedback, poly_float current_filter_gain, poly_float current_low_coefficient, poly_float current_high_coefficient, poly_float current_wet, poly_float current_dry) | vital::Delay< MemoryType > | |
processCleanUnfiltered(const poly_float *audio_in, int num_samples, poly_float current_period, poly_float current_feedback, poly_float current_wet, poly_float current_dry) | vital::Delay< MemoryType > | |
processDamped(const poly_float *audio_in, int num_samples, poly_float current_period, poly_float current_feedback, poly_float current_low_coefficient, poly_float current_wet, poly_float current_dry) | vital::Delay< MemoryType > | |
processMonoPingPong(const poly_float *audio_in, int num_samples, poly_float current_period, poly_float current_feedback, poly_float current_filter_gain, poly_float current_low_coefficient, poly_float current_high_coefficient, poly_float current_wet, poly_float current_dry) | vital::Delay< MemoryType > | |
Processor(int num_inputs, int num_outputs, bool control_rate=false, int max_oversample=1) | vital::Processor | |
processPingPong(const poly_float *audio_in, int num_samples, poly_float current_period, poly_float current_feedback, poly_float current_filter_gain, poly_float current_low_coefficient, poly_float current_high_coefficient, poly_float current_wet, poly_float current_dry) | vital::Delay< MemoryType > | |
processUnfiltered(const poly_float *audio_in, int num_samples, poly_float current_period, poly_float current_feedback, poly_float current_wet, poly_float current_dry) | vital::Delay< MemoryType > | |
processWithInput(const poly_float *audio_in, int num_samples) override | vital::Delay< MemoryType > | virtual |
registerInput(Input *input, int index) | vital::Processor | virtual |
registerInput(Input *input) | vital::Processor | virtual |
registerOutput(Output *output, int index) | vital::Processor | virtual |
registerOutput(Output *output) | vital::Processor | virtual |
reset(poly_mask reset_mask) | vital::Processor | inlinevirtual |
router(ProcessorRouter *router) | vital::Processor | inline |
router() const | vital::Processor | inline |
router_ | vital::Processor | protected |
setControlRate(bool control_rate) | vital::Processor | inlinevirtual |
setMaxSamples(int max_samples) | vital::Delay< MemoryType > | |
setOversampleAmount(int oversample) | vital::Processor | inlinevirtual |
setPluggingStart(int start) | vital::Processor | inline |
setSampleRate(int sample_rate) | vital::Processor | inlinevirtual |
state_ | vital::Processor | protected |
Style enum name | vital::Delay< MemoryType > | |
tick(poly_float audio_in, poly_float period, poly_float feedback, poly_float filter_gain, poly_float low_coefficient, poly_float high_coefficient, poly_float wet, poly_float dry) | vital::Delay< MemoryType > | |
tickCleanUnfiltered(poly_float audio_in, poly_float period, poly_float feedback, poly_float wet, poly_float dry) | vital::Delay< MemoryType > | |
tickDamped(poly_float audio_in, poly_float period, poly_float feedback, poly_float low_coefficient, poly_float wet, poly_float dry) | vital::Delay< MemoryType > | |
tickMonoPingPong(poly_float audio_in, poly_float period, poly_float feedback, poly_float filter_gain, poly_float low_coefficient, poly_float high_coefficient, poly_float wet, poly_float dry) | vital::Delay< MemoryType > | |
tickPingPong(poly_float audio_in, poly_float period, poly_float feedback, poly_float filter_gain, poly_float low_coefficient, poly_float high_coefficient, poly_float wet, poly_float dry) | vital::Delay< MemoryType > | |
tickUnfiltered(poly_float audio_in, poly_float period, poly_float feedback, poly_float wet, poly_float dry) | vital::Delay< MemoryType > | |
unplug(const Output *source) | vital::Processor | virtual |
unplug(const Processor *source) | vital::Processor | virtual |
unplugIndex(unsigned int input_index) | vital::Processor | virtual |
useInput(Input *input) | vital::Processor | |
useInput(Input *input, int index) | vital::Processor | |
useOutput(Output *output) | vital::Processor | |
useOutput(Output *output, int index) | vital::Processor | |
wet_ | vital::Delay< MemoryType > | protected |
~Delay() | vital::Delay< MemoryType > | inlinevirtual |
~Processor() | vital::Processor | inlinevirtual |