#include <Delay.h>
Inherits Marsyas::MarSystem.
Private Attributes | |
| mrs_realvec | ctrlIncrement_ |
| only used in the process function for smoothing delay transitions | |
| mrs_natural | cursorMask_ |
| bit mask for length of buffer | |
| mrs_realvec | delayInSamples_ |
| the current (multiple) delays | |
| mrs_realvec | prevDelayInSamples_ |
| the previous (multiple) delays | |
| mrs_real | singleDelayInSamples_ |
| the actual delay line | |
| mrs_natural | writeCursor_ |
| position of write head | |
Simple Delay example; in the first block, it will adapt the delay from 0 to the actual delay
Controls:
Definition at line 44 of file Delay.h.
1.5.6