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

« back to all changes in this revision

Viewing changes to tests/msgfile/prev_from_end.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 57 57 869 598 10;
 
2
#X obj 86 240 inlet run_test;
 
3
#X obj 86 538 outlet;
 
4
#X obj 182 357 t a a;
 
5
#X obj 182 427 spigot;
 
6
#X msg 245 387 1;
 
7
#X msg 182 490 1;
 
8
#X msg 106 470 0;
 
9
#X msg 182 338 prev;
 
10
#X msg 237 245 bang;
 
11
#X obj 86 505 i;
 
12
#X obj 86 263 t b b b;
 
13
#X obj 182 468 select 2;
 
14
#X msg 235 491 0;
 
15
#X msg 273 364 \$1;
 
16
#X msg 228 306 clear \, add 1 \, add 2 \, rewind \, end \, bang;
 
17
#X symbolatom 273 345 10 0 0 0 - - -;
 
18
#X obj 182 406 t a a;
 
19
#X obj 182 386 msgfile;
 
20
#X obj 195 523 t f f;
 
21
#X obj 234 546 print inter;
 
22
#X msg 257 408 0;
 
23
#X text 80 104 this test seeks to the end of a msgfile and then beyond
 
24
this end (which should stay at the end).;
 
25
#X text 81 134 it then tries to read the "previous" line in the msgfile
 
26
(that is: the last real line);
 
27
#X floatatom 150 545 5 0 0 0 - - -;
 
28
#X obj 182 280 t b b b b;
 
29
#X obj 349 459 print __;
 
30
#X obj 182 447 t a a;
 
31
#X msg 359 362 clear \, add 1 \, add 2 \, rewind \, end;
 
32
#X msg 320 395 bang;
 
33
#X text 83 48 bug to detect: when [msgfile] has reached the "end"of
 
34
its buffer \, it cannot access the previous elements any more;
 
35
#X text 54 32 BUG:;
 
36
#X text 55 91 TEST:;
 
37
#X connect 0 0 10 0;
 
38
#X connect 2 0 17 0;
 
39
#X connect 3 0 26 0;
 
40
#X connect 4 0 3 1;
 
41
#X connect 5 0 18 0;
 
42
#X connect 6 0 9 1;
 
43
#X connect 7 0 2 0;
 
44
#X connect 8 0 10 0;
 
45
#X connect 9 0 1 0;
 
46
#X connect 9 0 23 0;
 
47
#X connect 10 0 9 0;
 
48
#X connect 10 1 24 0;
 
49
#X connect 10 2 6 0;
 
50
#X connect 11 0 5 0;
 
51
#X connect 11 1 12 0;
 
52
#X connect 12 0 18 0;
 
53
#X connect 13 0 17 0;
 
54
#X connect 14 0 2 0;
 
55
#X connect 15 0 13 0;
 
56
#X connect 16 0 3 0;
 
57
#X connect 17 0 16 0;
 
58
#X connect 18 0 9 0;
 
59
#X connect 20 0 3 1;
 
60
#X connect 24 0 7 0;
 
61
#X connect 24 1 4 0;
 
62
#X connect 24 2 14 0;
 
63
#X connect 24 3 20 0;
 
64
#X connect 26 0 11 0;
 
65
#X connect 27 0 17 0;
 
66
#X connect 28 0 17 0;