Pure-Data & GEM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
GEM (Graphics Environment for Multimedia) adds graphics and video functions to Pure-Data. | GEM (Graphics Environment for Multimedia) adds graphics and video functions to Pure-Data. | ||
I used Pure-Data to generate the [VisualExperiments] and the [Sonifications] | I used Pure-Data to generate the [[VisualExperiments]] and the [[Sonifications]] |
Revision as of 01:32, 8 December 2006
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:
GEM (Graphics Environment for Multimedia) adds graphics and video functions to Pure-Data.
I used Pure-Data to generate the VisualExperiments and the Sonifications