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

« back to all changes in this revision

Viewing changes to reference/sort-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 137 350 811 532 10;
 
2
#X obj 95 233 print UNSORTED;
 
3
#X msg 37 107 bang;
 
4
#X obj 198 23 sort;
 
5
#X text 314 87 any package-elements that are non-float will be interpreted
 
6
as "0.0".;
 
7
#X text 270 87 note :;
 
8
#X obj 56 335 sort 1;
 
9
#X obj 56 467 print ASCENDING;
 
10
#X obj 37 377 sort -1;
 
11
#X obj 37 487 print DESCENDING;
 
12
#X text 278 297 creation : "sort [<dir>]";
 
13
#X text 457 310 dir < 0 :: descending sort;
 
14
#X text 456 297 dir >= 0 :: ascending sort;
 
15
#X text 460 328 dir defaults to ascending;
 
16
#N canvas 360 175 475 254 randompackage 0;
 
17
#X obj 37 190 pack 0 0 0 0 0 0 0 0 0 0 0;
 
18
#X obj 170 87 random 15;
 
19
#X obj 156 104 random 15;
 
20
#X obj 143 121 random 15;
 
21
#X obj 130 138 random 15;
 
22
#X obj 116 155 random 15;
 
23
#X obj 103 172 random 15;
 
24
#X obj 90 87 random 15;
 
25
#X obj 76 104 random 15;
 
26
#X obj 63 121 random 15;
 
27
#X obj 50 138 random 15;
 
28
#X obj 37 155 random 15;
 
29
#X obj 37 52 inlet;
 
30
#X obj 37 69 t b b b b b b b b b b b;
 
31
#X obj 37 210 outlet;
 
32
#X connect 0 0 14 0;
 
33
#X connect 1 0 0 10;
 
34
#X connect 2 0 0 9;
 
35
#X connect 3 0 0 8;
 
36
#X connect 4 0 0 7;
 
37
#X connect 5 0 0 6;
 
38
#X connect 6 0 0 5;
 
39
#X connect 7 0 0 4;
 
40
#X connect 8 0 0 3;
 
41
#X connect 9 0 0 2;
 
42
#X connect 10 0 0 1;
 
43
#X connect 11 0 0 0;
 
44
#X connect 12 0 13 0;
 
45
#X connect 13 0 11 0;
 
46
#X connect 13 1 10 0;
 
47
#X connect 13 2 9 0;
 
48
#X connect 13 3 8 0;
 
49
#X connect 13 4 7 0;
 
50
#X connect 13 5 6 0;
 
51
#X connect 13 6 5 0;
 
52
#X connect 13 7 4 0;
 
53
#X connect 13 8 3 0;
 
54
#X connect 13 9 2 0;
 
55
#X connect 13 10 1 0;
 
56
#X restore 37 195 pd randompackage;
 
57
#X msg 72 160 -----;
 
58
#X obj 37 141 t b b;
 
59
#X floatatom 94 268 0 0 0 0 - - -;
 
60
#X text 128 270 direction;
 
61
#X obj 37 213 t l l l l;
 
62
#X obj 75 287 sort;
 
63
#X obj 75 448 print SORTED;
 
64
#X text 237 23 shell-sort a package of floats;
 
65
#X text 553 16 part of zexy;
 
66
#X obj 81 402 print indicesD;
 
67
#X obj 93 357 print indicesA;
 
68
#X obj 72 177 print -----;
 
69
#X text 269 162 the second outlet gives the indices of the input data.
 
70
;
 
71
#X connect 1 0 15 0;
 
72
#X connect 5 0 6 0;
 
73
#X connect 5 1 24 0;
 
74
#X connect 7 0 8 0;
 
75
#X connect 7 1 23 0;
 
76
#X connect 13 0 18 0;
 
77
#X connect 14 0 25 0;
 
78
#X connect 15 0 13 0;
 
79
#X connect 15 1 14 0;
 
80
#X connect 16 0 19 1;
 
81
#X connect 18 0 7 0;
 
82
#X connect 18 1 5 0;
 
83
#X connect 18 2 19 0;
 
84
#X connect 18 3 0 0;
 
85
#X connect 19 0 20 0;