Difference between revisions of "Component: Delay (DSP Operators)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix Ltd |- | width="20%" style="color:gray;" | Version | 1.2 |- | width="20%" style="color:gray...") |
|||
Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 36: | Line 38: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 64: | Line 68: | ||
[[File:DSPDelay.jpg]] | [[File:DSPDelay.jpg]] | ||
− | == | + | ==Macro reference== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" |
Revision as of 14:10, 20 January 2023
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP Operators |
Contents
Delay component
Allows an adjustable delay to be inserted into the DSP system
Component Source Code
Please click here for the component source code: FC_Comp_Source_DSP_Delay.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Here is a simple example file for the Delay component.
The DelayADC component is used to set the amount of delay that the component provides 0-2550 samples in steps of 10 samples.
The Input ADC component is used to pass a variable value into the DSP chain to allow the delay to be simulated.
Here is a picture showing the response of the delay component using the data recorder window.
Macro reference
![]() |
DelayArray |
Passes an entire buffer into the delay buffer and spits out a delayed version of the buffer at the other end | |
![]() |
Return |
![]() |
Delay |
Passes a single value from a buffer into the delay buffer and spits out a delayed value at the other end | |
![]() |
Return |
![]() |
SetDelaySize |
Specifies the number of values in the delay buffer to allow the length of the delay to be adjustable during runtime. | |
![]() |
Delay_Count |
![]() |
Return |
![]() |
PresetDelay |
Presets the contents of the delay buffer with the specified value. | |
![]() |
Value |
![]() |
Return |