delwrite~
From Pdpedia
| {{{example_image}}} caption | |
| Description: | write to a delay line |
|---|---|
| Abbreviation: | |
| Library: | vanilla |
| Author(s): | Miller S. Puckette and others |
| Developer(s): | |
| Release version: | |
| Release date: | 2007 |
| Status: | active |
| Dependencies: | |
| License: | BSD |
| Website: | http://crca.ucsd.edu/~msp/software.html |
| Programming Language: | |
| Platform(s): | GNU/Linux, Mac OS X, Windows |
| Language: | English |
| Data type(s): | signal |
| Distribution(s): | DesireData, PDa, Pd-extended, Pd-vanilla, puredata debian package, pure:dyne |
writes a signal in a delay line
Delwrite~ allocates memory for a delay line and writes an audio signal into it. Delread~ objects by hte same name read from the delay line.
signal input
see also:
updated for Pd version 0.33
Contents |
[edit] Inlets
[edit] Outlets
[edit] Arguments
1st argument: name of delay line
2nd argument: length of delay line in msec
(= max. delay time)

