~ubuntu-branches/ubuntu/natty/pd-zexy/natty

« back to all changes in this revision

Viewing changes to reference/repeat-help.pd

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, IOhannes m zmölnig, Jonas Smedegaard
  • Date: 2010-08-20 12:17:41 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100820121741-4kxozn8b9rhee9fr
Tags: 2.2.3-1
* New upstream version

[ IOhannes m zmölnig ]
* Adopt package, on behalf of Multimedia Team.
  Closes: #546964
* Simply debian/rules with CDBS, and don't unconditionally strip
  binaries.
  Closes: #437763
* Install into /usr/lib/pd/extra/zexy/. Document usage in REAME.Debian
  and warn about change in NEWS.
* git'ify package. Add Vcs-* stanzas to control file.
* Use dpkg source format 3.0 (quilt). Drop build-dependency on quilt.

[ Jonas Smedegaard ]
* Enable CDBS copyright-check routine.
* Add copyright and licensing header to debian/rules.
* Add myself as uploader.
* Rewrite debian/copyright using rev. 135 of draft DEP5 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#N canvas 429 454 599 332 10;
 
2
#X msg 41 151 bang;
 
3
#X msg 62 177 1 1 2 3 5 8 13 21 44 fibonacchi;
 
4
#X obj 160 14 repeat;
 
5
#X text 210 15 - repeat a message several times.;
 
6
#X text 64 53 similar to [until] but doesn't output [bang( but whatever
 
7
comes in;
 
8
#X floatatom 99 237 5 0 0 0 - - -;
 
9
#X text 76 152 repeat bangs;
 
10
#X text 295 179 repeat a list;
 
11
#X text 162 262 creation argument initializes the number of repeats
 
12
;
 
13
#X msg 82 207 set 5;
 
14
#X text 130 208 repeat anything;
 
15
#X obj 41 262 repeat 3;
 
16
#X text 143 236 reset the number of repetitions;
 
17
#X obj 41 303 print repetitio;
 
18
#X text 471 32 part of zexy;
 
19
#X connect 0 0 11 0;
 
20
#X connect 1 0 11 0;
 
21
#X connect 5 0 11 1;
 
22
#X connect 9 0 11 0;
 
23
#X connect 11 0 13 0;