dly - Delay
Delays the incoming signal in time for echo, slapback, rhythmic repeats, and feedback networks.
Inputs & Outputs
Section titled “Inputs & Outputs”| Direction | Handle |
|---|---|
| Input | audio-in |
| Output | audio-out |
Parameters
Section titled “Parameters”| Parameter | Label | Type | Default | Range |
|---|---|---|---|---|
| delayTime | Time (s) | slider (automatable) | 0.3 | 0 - 5.0 |
blzr Mapping
Section titled “blzr Mapping”| Field | Value |
|---|---|
| Native type | Delay |
| Create args | 5.0 |
| Implementation status | implemented |
Patch Examples
Section titled “Patch Examples”- none
Implementation Notes
Section titled “Implementation Notes”Parity Notes
Section titled “Parity Notes”create-argsenforcesmaxDelayTime=5.0, and the UI stays inside this range.
Future UX Work
Section titled “Future UX Work”- none
Web Audio Reference
Section titled “Web Audio Reference”Based on DelayNode (MDN)
| Field | Value |
|---|---|
| API node | DelayNode |
| Factory | createDelay |
| Factory args | optional double maxDelayTime = 1.0 |
| Web Audio params | delayTime |
AudioParams
Section titled “AudioParams”| Name | Type |
|---|---|
| delayTime | AudioParam |
Properties
Section titled “Properties”| Name | Type |
|---|---|
| - | - |
Provenance
Section titled “Provenance”| Source | Identifier | Section |
|---|---|---|
| Primary | w3c-webaudio-1-1 | DelayNode |
| Secondary | mdn-webaudio | Web Audio API |
Related Concepts
Section titled “Related Concepts”Related Guides
Section titled “Related Guides”Related Nodes
Section titled “Related Nodes”- none