Pure-Data & GEM

From Research
Revision as of 01:28, 8 December 2006 by Bbogart (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Pure-Data is a graphical data-flow programming environment similar to Max/MSP. To find out more about Pure-Data visit the [community page]

Operations in Pure-Data are objects. Objects are selected by typing there name in a box. This is a lot like calling a function or instanciating a class. Where Pure-Data differs is that you relate these operations by drawing connections between them. Here is a really simple example:

Pd print.png