Delay CHOP
From Wiki077
Summary
The Delay CHOP delays the input. Multiple channels can be fed in to delay each separately and each channels can have a separate delay time.
Echoes can be created by chains of Delay CHOPs with Math CHOPs between, or by using the Feedback CHOP.
Parameters
Delay - Delay in seconds, or in units determined by its Units menu.
Maximum Delay - .
- Discard Remainder - Keep the output clip the same length as the input.
- Make Output Longer - Extend the output channels to fit all delayed samples.
- Mix Remainder to Beginning - Add the remaining samples to the samples at the start of the channel.
Delay 1-4 /delay1 - 4 - The delay of each copy. This is expressed in Units, as set on the Common page.
Gain 1-4 /gain-/gain4 - The gain, or scale of each copy.
Standard Options and Local Variables
You can apply per channel-delays using the variables $C (channel number, starting at 0), and $NC (total number of channels). For example, you can get any delay values per-channel from a one-column table using tab("delaytable", $C, 0).
