Source: commons.wikimedia.org

Pure Data (Pd) is a visual programming language developed by Miller Puckette in the 1990s for creating interactive computer music and multimedia works. While Puckette is the main author of the program, Pd is an open-source project with a large developer base working on new extensions. It is released under BSD-3-Clause. It runs on Linux, MacOS, iOS, Android and Windows. Ports exist for FreeBSD and IRIX. Wikipedia

Created Year: 1996
Developed by: Miller Puckette
Operating systems: LinuxMicrosoft WindowsmacOS
Implemented in: C
Aliases: Pd

Wikidata: Q1401466

Programming paradigms: dataflow programming

Language types: audio programming languagevisual programming language

Hello World in Pure Data

#N canvas 1029 457 450 300 10;
#X obj 127 132 print;
#X msg 127 86 Hello World;
#X connect 1 0 0 0;

Search on GitHub


Latest data update: 2025-08-14