From 6e17759e69d5d51bafebc4e5e44e1ee5dbaf58fe Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Thu, 11 Nov 2004 04:58:21 +0000 Subject: More bug fixes... version 0.38 test10. svn path=/trunk/; revision=2259 --- pd/doc/1.manual/x1.htm | 30 +++++++++++++++++++++++------- pd/doc/5.reference/0.INTRO.txt | 13 +++++++++++-- 2 files changed, 34 insertions(+), 9 deletions(-) (limited to 'pd/doc') diff --git a/pd/doc/1.manual/x1.htm b/pd/doc/1.manual/x1.htm index c115a510..a9d8caaf 100644 --- a/pd/doc/1.manual/x1.htm +++ b/pd/doc/1.manual/x1.htm @@ -77,8 +77,8 @@ downloads; to forums, member pages, a patch exchange.

There is a growing number of Pd-related projects hosted at SourceForge. This is open to all Pd -developers, and all are encouraged to join. Send an email to the pd-dev list, -pd-dev[AT]iem.kug.ac.at, to join. +developers, and all are encouraged to join; send an email to the pd-dev list +(see below).

Most of the interesting resources related to Pd show up on the Pd mailing list, @@ -94,13 +94,30 @@ you can contact msp@ucsd.edu for help.

Many extensions to Pd are announced on the mailing list. In particular, for people interested in graphics, there is a A 3D graphics rendering package, -named GEM, based on OpenGL, was written by Mark Danks, adapted to Linux by -Guenter Geiger, and is now maintained by Iohannes Zmoelnig. GEM runs on +named GEM, based on OpenGL, written by Mark Danks, adapted to Linux by +Guenter Geiger, and now maintained by Iohannes Zmoelnig. GEM runs on Windows and Linux and probably will run with some coaxing on IRIX. You can get it from: http://iem.kug.ac.at/GEM . -

A video processing package, Framestein, is by Juha Vehvilainen. This runs -on Windows only: http://framestein.org . +

At least three video processing packages are available for Pd. The oldest +is Framestein, by Juha Vehvilainen. This runs on Windows only: http://framestein.org . + +

The newer href="http://zwizwa.fartit.com/pd/pdp/overview.html"> PDP + library, by Tom Schouten, and its extension PiDiP by Yves Degoyon, run well +in linux and has been ported to Windows and MacOS. Video is extremely fast in +PDP, but is currently limited to 240x320 resolution. + +

Mathieu Bouchard has written +Gridflow , which runs on linux and MacOSX. The mathematical operators are +more powerful than in PDP, and the design makes smarter use of cache behavior +in modern CPUs. + +All this and much more is described in detail at the + +first Pd Convention . +

Here are some more Pd links (in the order I found them):
@@ -112,7 +129,6 @@ Here are some more Pd links (in the order I found them):
Johannes M Zmoelnig
Norbert Math's Pd page
- Thomas Musil's IEMLIB
Nicolas Lhommet's WikiWikiWeb page for Pd
Norbert's searchable list of all known diff --git a/pd/doc/5.reference/0.INTRO.txt b/pd/doc/5.reference/0.INTRO.txt index d7594ecb..8f935404 100644 --- a/pd/doc/5.reference/0.INTRO.txt +++ b/pd/doc/5.reference/0.INTRO.txt @@ -82,8 +82,10 @@ dac~ - audio output adc~ - audio input sig~ - convert numbers to audio signals line~ - generate audio ramps +vline~ - deluxe line~ threshold~ detect signal thresholds snapshot~ - sample a signal (convert it back to a number) +vsnapshot~ deluxe snapshot~ bang~ - send a bang message after each DSP block samplerate~ get the sample rate send~ - nonlocal signal connection with fanout @@ -102,6 +104,7 @@ tabwrite~ - write to a table tabplay~ - play back from a table (non-transposing) tabread~ - non-interpolating table read tabread4~ - four-point interpolating table read +tabosc4~ - wavetable oscillator tabsend~ - write one block continuously to a table tabreceive~ read one block continuously from a table -------------------- AUDIO FILTERS ------------------------ @@ -114,17 +117,22 @@ bp~ - band pass filter biquad~ - raw filter samphold~ - sample and hold unit print~ - print out one or more "blocks" +rpole~ - raw real-valued one-pole filter +rzero~ - raw real-valued one-zero filter +rzero_rev~ rzero~, time-reversed +cpole~, czero~, czero_rev - corresponding complex-valued filters -------------------- AUDIO DELAY ------------------------ delwrite~ - write to a delay line delread~ - read from a delay line vd~ - read from a delay line at a variable delay time ------------------------------ SUBWINDOWS ---------------------------------- pd - define a subwindow +table - array of numbers in a subwindow inlet - add an inlet to a pd outlet - add an outlet to a pd -table - array of numbers in a subwindow +inlet~, outlet~ - signal versions of inlet, outlet ------------------------------ DATA TEMPLATES ----------------------------- -template - define the fields in a template +struct - define a data structure drawcurve, filledcurve - draw a curve drawpolygon, filledpolygon - draw a polygon plot - plot an array field @@ -142,3 +150,4 @@ scalar - draw a scalar on parent ------------------------------ OBSOLETE ---------------------------- scope~ (use tabwrite~ now) namecanvas +template (use struct now) -- cgit v1.2.1