Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Pure Data
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Code examples == <gallery caption="Pure Data visual code sample patches" widths="200" heights="200" class="center"> File:Pd-helloworld.svg|Patch 1: [[Hello world program]] in Pd. File:Pd example 2.png|Patch 2: Reverberation in Pd. File:Pd example 3.svg|Patch 3: Filters and data flow in Pd. </gallery> # The first patch prints "hello world" to the display. # The second patch applies reverberation to the incoming signal from channel 1, then emits it on channels 1 and 2. # The last, more complex patch filters white noise at 9000 [[Hertz|Hz]] (with a Q of 20), then fades it in and out each second over the course of a half second. In Pd, time is measured in milliseconds, thus the '1000' is one second and the '500' is a half second.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)