~ubuntu-branches/ubuntu/precise/puredata/precise

« back to all changes in this revision

Viewing changes to doc/2.control.examples/11.review.pd

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2009-12-22 21:29:31 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091222212931-nhwkzapjwsmjao1l
Tags: 0.42.5-3
* debian/control:
  - add community site to homepage field
  - improve long description
  - remove Replaces and Conflicts fields
  - add Suggests on pd-csound, pd-pdp, pd-zexy, pd-aubio
* debian/rules: add per-arch configuration flags
* debian/patches/02_kfreebsd.diff:
  - also define pd_tilde_dllextent on FreeBSD
  - fix typo (really closing #414414 this time)
  - also add hurd glue
* debian/patches/04_hurd.diff:
  - add hurd glue and s_midi_dummy.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#N canvas 255 248 675 539 12;
 
2
#X text 406 511 updated for Pd version 0.34;
 
3
#X obj 39 232 receive;
 
4
#X obj 39 203 send;
 
5
#X obj 39 289 pack;
 
6
#X obj 111 233 r;
 
7
#X obj 82 203 s;
 
8
#X obj 40 348 timer;
 
9
#X obj 40 60 float;
 
10
#X obj 39 175 select;
 
11
#X obj 40 89 +;
 
12
#X obj 40 117 >=;
 
13
#X obj 39 146 print;
 
14
#X obj 39 260 trigger;
 
15
#X obj 95 61 f;
 
16
#X obj 100 176 sel;
 
17
#X obj 111 259 t;
 
18
#X obj 39 318 unpack;
 
19
#X obj 40 435 pipe;
 
20
#X obj 40 377 delay;
 
21
#X obj 40 406 metro;
 
22
#X text 20 8 So far we've seen the following objects \, some of which
 
23
have abbreviations. Right click on any one to get reference documentation:
 
24
;
 
25
#X text 150 205 wireless message send;
 
26
#X text 151 229 wireless message receive;
 
27
#X text 145 175 test for two equal numbers;
 
28
#X text 151 258 control message order and format;
 
29
#X text 148 293 combine atoms (e.g. \, numbers) into a list;
 
30
#X text 146 319 take a list apart into atoms;
 
31
#X text 146 146 printout;
 
32
#X text 147 90 arithmetic;
 
33
#X text 75 89 (etc.);
 
34
#X text 74 117 (etc.);
 
35
#X text 145 117 comparison;
 
36
#X text 145 60 store a number;
 
37
#X text 145 348 measure elapsed time;
 
38
#X text 145 379 pass a message after delay;
 
39
#X text 145 437 multiple delay;
 
40
#X text 143 409 repeated message;
 
41
#X text 38 473 There are many others... you can see a complete list
 
42
in INTRO.txt in the reference patches (../5.reference).;