List of all members
Delay Class Reference

Static delay line. More...

Inheritance diagram for Delay:
Effect

Additional Inherited Members

- Public Member Functions inherited from Effect
virtual void processInplace (float *data, int numSamples)
 Processes the float data in place. More...
 
- Protected Member Functions inherited from Effect
void enableInplaceProcessing (bool shouldBeEnabled, int numMaxSamplesToExpect)
 Call this in your subclasses prepareToPlay method and tell it to automatically use inplace processing. More...
 

Detailed Description

Static delay line.

implements clickless delay time change by this sequence:

  1. crossfade delayed to original signal * zlevel within 20 ms
  2. wait new delay time
  3. crossfade back to delayed signal within 20 ms

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.